form_options_expand |
./options_element.module |
Expand the "options" form element type. |
|
1 |
form_options_from_text |
./options_element.module |
Create an array representation of text option values. |
3 |
|
form_options_to_text |
./options_element.module |
Create a textual representation of options from an array. |
1 |
|
form_options_validate |
./options_element.module |
Validate the "options" form element type. |
|
1 |
form_type_options_value |
./options_element.module |
This function adjusts the value of the element from a text value to an array. |
|
|
options_element_element_info |
./options_element.module |
Implements hook_element_info(). |
|
|
options_element_field_instance_settings_validate |
./options_element.module |
Form #validate callback for field_ui_field_edit_form(). |
|
1 |
options_element_field_settings_after_build |
./options_element.module |
Element #after_build callback for the options list in Field UI. |
|
1 |
options_element_field_settings_validate |
./options_element.module |
Form #validate callback for Field UI forms that use an options element. |
|
1 |
options_element_form_field_ui_field_edit_form_alter |
./options_element.module |
Implements hook_form_FORM_ID_alter(). |
|
|
options_element_form_field_ui_field_settings_form_alter |
./options_element.module |
Implements hook_form_FORM_ID_alter(). |
|
|
options_element_theme |
./options_element.module |
Implementation of hook_theme(). |
|
|
theme_options |
./options_element.inc |
Theme an options element. |
|
|
_form_options_expand |
./options_element.inc |
Logic function for form_options_expand(). Do not call directly. |
1 |
|
_form_options_from_text |
./options_element.inc |
Logic function for form_options_from_text(). Do not call directly. |
1 |
|
_form_options_search |
./options_element.inc |
Recursive function for finding default value keys. Matches on keys or values. |
1 |
|
_form_options_to_text |
./options_element.inc |
Logic function for form_options_to_text(). Do not call directly. |
1 |
|
_form_options_validate |
./options_element.inc |
Logic function for form_options_validate(). Do not call directly. |
1 |
|
_form_type_options_value |
./options_element.inc |
Logic function for form_type_options_value(). Do not call directly. |
1 |
|
_options_element_add_allowed_values_element |
./options_element.module |
Add options_element widget to form. |
2 |
|
_options_element_supported_field_types |
./options_element.module |
Returns supported field types. |
2 |
|