form_type_select_or_other_field_value |
./select_or_other.module |
Implements form_type_hook_value(). |
|
|
hook_select_or_other_available_options |
./select_or_other.api.php |
Implements hook_select_or_other_available_options(). |
|
|
hook_select_or_other_process_alter |
./select_or_other.api.php |
Implements hook_select_or_other_process_alter(). |
|
|
select_or_other_element_info |
./select_or_other.module |
Implements hook_element_info(). |
|
|
select_or_other_element_process |
./select_or_other.module |
Process callback for a Select (or other) element. |
|
1 |
select_or_other_element_validate |
./select_or_other.module |
Element validate callback for a Select (or other) element. |
|
1 |
select_or_other_fetch_value |
./select_or_other.field_widget.inc |
|
2 |
|
select_or_other_field_formatter_info |
./select_or_other.field_formatter.inc |
Implements hook_field_formatter_info(). |
|
|
select_or_other_field_formatter_view |
./select_or_other.field_formatter.inc |
Implements hook_field_formatter_view(). |
|
|
select_or_other_field_widget_defaults |
./select_or_other.field_widget.inc |
Helper function to get the default settings for select or other widgets. |
2 |
|
select_or_other_field_widget_error |
./select_or_other.field_widget.inc |
Implements hook_field_widget_error(). |
|
|
select_or_other_field_widget_form |
./select_or_other.field_widget.inc |
Implements hook_field_widget_form(). |
1 |
|
select_or_other_field_widget_form_prepare_option |
./select_or_other.field_widget.inc |
Prepare a single option. |
1 |
|
select_or_other_field_widget_form_prepare_options |
./select_or_other.field_widget.inc |
Prepare options for the widget list. |
1 |
|
select_or_other_field_widget_info |
./select_or_other.field_widget.inc |
Implements hook_field_widget_info(). |
|
|
select_or_other_field_widget_other_options |
./select_or_other.field_widget.inc |
Creates part of the field_widget_settings_form. |
2 |
|
select_or_other_field_widget_settings_form |
./select_or_other.field_widget.inc |
Implements hook_field_widget_settings_form(). |
|
|
select_or_other_field_widget_validate |
./select_or_other.field_widget.inc |
Element validate callback for a Select (or other) field widget. |
|
1 |
select_or_other_install |
./select_or_other.install |
Implements hook_install(). |
|
|
select_or_other_multi_array_key_exists |
./select_or_other.module |
Helper function to check keys in multidimensional array. |
1 |
|
select_or_other_process_form_element |
./select_or_other.module |
Implements hook_process_HOOK(). |
|
|
select_or_other_taxonomy_enable_other |
modules/select_or_other_taxonomy/select_or_other_taxonomy.module |
Check if "other" option should be enabled |
1 |
|
select_or_other_taxonomy_field_widget_form |
modules/select_or_other_taxonomy/select_or_other_taxonomy.module |
Implements hook_field_widget_form(). |
|
|
select_or_other_taxonomy_field_widget_info |
modules/select_or_other_taxonomy/select_or_other_taxonomy.module |
Implements hook_field_widget_info(). |
|
|
select_or_other_taxonomy_field_widget_settings_form |
modules/select_or_other_taxonomy/select_or_other_taxonomy.module |
Implements hook_field_widget_settings_form(). |
|
|
select_or_other_taxonomy_field_widget_validate |
modules/select_or_other_taxonomy/select_or_other_taxonomy.module |
Element validate callback for a Select (or other) field widget. |
|
1 |
select_or_other_taxonomy_validate |
modules/select_or_other_taxonomy/select_or_other_taxonomy.module |
Form element validate handler for taxonomy term element. |
1 |
|
select_or_other_theme |
./select_or_other.module |
Implements hook_theme(). |
|
|
select_or_other_update_7201 |
./select_or_other.install |
Increase the module weight. |
|
|
select_or_other_update_7301 |
./select_or_other.install |
Update widgets to use select_or_other instead of select_or_other_sort. |
|
|
select_or_other_widget_settings_form_validate |
./select_or_other.field_widget.inc |
Validation callback for select_or_other_widget_settings fields. |
|
1 |
theme_select_or_other |
./select_or_other.module |
Theme a Select (or other) element. |
|
|
_fetch_other_value |
./select_or_other.field_widget.inc |
Helper function to retrieve the other value from an element. |
2 |
|
_select_or_other_field_widget_get_available_options |
./select_or_other.field_widget.inc |
Helper function to get a list of options from the settings. |
1 |
|
_select_or_other_invoke_available_options |
./select_or_other.field_widget.inc |
Helper function which invokes hook_select_or_other_available_options. |
2 |
|