Search for form
Title | Object type | File name | Summary |
---|---|---|---|
form_test_two_instances | function | modules/ |
Menu callback that returns two instances of the node form. |
form_test_user_register_form_rebuild | function | modules/ |
Submit callback that just lets the form rebuild. |
form_test_validate_form | function | modules/ |
Form builder for testing drupal_validate_form(). |
form_test_validate_form_validate | function | modules/ |
Form validation handler for form_test_validate_form(). |
form_test_validate_no_token | function | modules/ |
Form builder for testing submission of a form without a CSRF token. |
form_test_validate_no_token_submit | function | modules/ |
Form submission handler for form_test_validate_no_token(). |
form_test_validate_required_form | function | modules/ |
Form constructor to test the #required property. |
form_test_validate_required_form_no_title | function | modules/ |
Form constructor to test the #required property without #title. |
form_test_validate_required_form_no_title_submit | function | modules/ |
Form submission handler for form_test_validate_required_form_no_title(). |
form_test_validate_required_form_submit | function | modules/ |
Form submission handler for form_test_validate_required_form(). |
form_test_wrapper_callback | function | modules/ |
Menu callback; Invokes a form builder function with a wrapper callback. |
form_test_wrapper_callback_form | function | modules/ |
Form builder for form wrapper callback test. |
form_test_wrapper_callback_wrapper | function | modules/ |
Form wrapper for form_test_wrapper_callback_form(). |
form_type_checkboxes_value | function | includes/ |
Determines the value for a checkboxes form element. |
form_type_checkbox_value | function | includes/ |
Determines the value for a checkbox form element. |
form_type_image_button_value | function | includes/ |
Determines the value for an image button form element. |
form_type_password_confirm_value | function | includes/ |
Determines the value for a password_confirm form element. |
form_type_radios_value | function | includes/ |
Form value callback: Determines the value for a #type radios form element. |
form_type_select_value | function | includes/ |
Determines the value for a select form element. |
form_type_tableselect_value | function | includes/ |
Determines the value for a tableselect form element. |
form_type_textarea_value | function | includes/ |
Determines the value for a textarea form element. |
form_type_textfield_value | function | includes/ |
Determines the value for a textfield form element. |
form_type_token_value | function | includes/ |
Determines the value for form's token value. |
form_validate_machine_name | function | includes/ |
Form element validation handler for machine_name elements. |
forum_form | function | modules/ |
Implements hook_form(). |
forum_form_container | function | modules/ |
Form constructor for adding and editing forum containers. |
forum_form_forum | function | modules/ |
Form constructor for adding and editing a forum. |
forum_form_main | function | modules/ |
Page callback: Returns a form for creating a new forum or container. |
forum_form_node_form_alter | function | modules/ |
Implements hook_form_BASE_FORM_ID_alter() for node_form(). |
forum_form_submit | function | modules/ |
Form submission handler for forum_form_forum() and forum_form_container(). |
forum_form_taxonomy_form_term_alter | function | modules/ |
Implements hook_form_FORM_ID_alter() for taxonomy_form_term(). |
forum_form_taxonomy_form_vocabulary_alter | function | modules/ |
Implements hook_form_FORM_ID_alter() for taxonomy_form_vocabulary(). |
garland_form_system_theme_settings_alter | function | themes/ |
Implements hook_form_FORM_ID_alter(). |
hook_date_formats | function | modules/ |
Define additional date formats. |
hook_date_formats_alter | function | modules/ |
Alter date formats declared by another module. |
hook_date_format_types | function | modules/ |
Define additional date types. |
hook_date_format_types_alter | function | modules/ |
Modify existing date types. |
hook_field_attach_form | function | modules/ |
Act on field_attach_form(). |
hook_field_formatter_info | function | modules/ |
Expose Field API formatter types. |
hook_field_formatter_info_alter | function | modules/ |
Perform alterations on Field API formatter types. |
hook_field_formatter_prepare_view | function | modules/ |
Allow formatters to load information for field values being displayed. |
hook_field_formatter_settings_form | function | modules/ |
Specify the form elements for a formatter's settings. |
hook_field_formatter_settings_summary | function | modules/ |
Return a short summary for the current formatter settings of an instance. |
hook_field_formatter_view | function | modules/ |
Build a renderable array for a field value. |
hook_field_instance_settings_form | function | modules/ |
Add settings to an instance field settings form. |
hook_field_settings_form | function | modules/ |
Add settings to a field settings form. |
hook_field_widget_form | function | modules/ |
Return the form for a single field widget. |
hook_field_widget_form_alter | function | modules/ |
Alter forms for field widgets provided by other modules. |
hook_field_widget_settings_form | function | modules/ |
Add settings to a widget settings form. |
hook_field_widget_WIDGET_TYPE_form_alter | function | modules/ |
Alter widget forms for a specific widget provided by another module. |
Pagination
- Previous page
- Page 12
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.