Function Hook_config_timezone->field_inputter
Definitions
sources/hooks/systems/config/timezone.php
- Field inputter (because the_type=special).
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: object
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$name | ID_TEXT | required parameter | N/A | N/A | The config option name |
$myrow | array | required parameter | N/A | N/A | The config row |
$config_field_name | ID_TEXT | required parameter | N/A | N/A | The form field name to use for this config |
$human_name | Tempcode | required parameter | N/A | N/A | The field title |
$explanation | Tempcode | required parameter | N/A | N/A | The field description |
Return
- The inputter
- Type: Tempcode
- Set: N/A
- Range: N/A