Version 1.27 (checked in on 2010/02/15 at 15:46:23 by dries)
Defines list field types that can be used with the Options module.
| Name | Description |
|---|---|
| list_allowed_values | Returns the set of allowed values for a list field. |
| list_allowed_values_setting_validate | Element validate callback; check that the entered values are valid. |
| list_extract_allowed_values | Generates an array of values from a string. |
| list_field_formatter_info | Implements hook_field_formatter_info(). |
| list_field_formatter_view | Implements hook_field_formatter_view(). |
| list_field_info | Implements hook_field_info(). |
| list_field_is_empty | Implements hook_field_is_empty(). |
| list_field_schema | Implements hook_field_schema(). |
| list_field_settings_form | Implements hook_field_settings_form(). |
| list_field_update_field | Implements hook_field_update_field(). |
| list_field_validate | Implements hook_field_validate(). |
| list_field_widget_info_alter | Implements hook_field_widget_info_alter(). |
| list_help | Implements hook_help(). |
| list_options_list | Implements hook_options_list(). |