Function __global->parse_field_options
Definitions
sources/fields.php
- Parse a field options string into a setting map.Based on the code from comma_list_str_to_arr, with some modifications.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: array
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$str | string | required parameter | N/A | N/A | Options string |
Return
- The setting map
- Type: array
- Set: N/A
- Range: N/A