Function Hook_fields_codename->get_field_inputter
Definitions
sources/hooks/systems/fields/codename.php
- Get form inputter.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: object
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$_cf_name | string | required parameter | N/A | N/A | The field name |
$_cf_description | string | required parameter | N/A | N/A | The field description |
$field | array | required parameter | N/A | N/A | The field details |
$actual_value | ?string | required parameter | N/A | N/A | The actual current value of the field (null: none) |
$new | boolean | required parameter | N/A | N/A | Whether this is for a new entry |
Return
- The Tempcode for the input field (null: skip the field - it's not input)
- Type: ?Tempcode
- Set: N/A
- Range: N/A