Search for form

  1. Search 9.5.x for form
  2. Search 8.9.x for form
  3. Search 10.3.x for form
  4. Search 11.x for form
  5. Other projects
Title Object type File name Summary
aggregator_admin_form function modules/aggregator/aggregator.admin.inc Form constructor for the aggregator system settings.
aggregator_admin_form_submit function modules/aggregator/aggregator.admin.inc Form submission handler for aggregator_admin_form().
aggregator_form_aggregator_admin_form_alter function modules/aggregator/aggregator.processor.inc Implements hook_form_aggregator_admin_form_alter().
aggregator_form_category function modules/aggregator/aggregator.admin.inc Form constructor to add/edit/delete aggregator categories.
aggregator_form_category_submit function modules/aggregator/aggregator.admin.inc Form submission handler for aggregator_form_category().
aggregator_form_category_validate function modules/aggregator/aggregator.admin.inc Form validation handler for aggregator_form_category().
aggregator_form_feed function modules/aggregator/aggregator.admin.inc Form constructor for adding and editing feed sources.
aggregator_form_feed_submit function modules/aggregator/aggregator.admin.inc Form submission handler for aggregator_form_feed().
aggregator_form_feed_validate function modules/aggregator/aggregator.admin.inc Form validation handler for aggregator_form_feed().
aggregator_form_opml function modules/aggregator/aggregator.admin.inc Form constructor for importing feeds from OPML.
aggregator_form_opml_submit function modules/aggregator/aggregator.admin.inc Form submission handler for aggregator_form_opml().
aggregator_form_opml_validate function modules/aggregator/aggregator.admin.inc Form validation handler for aggregator_form_opml().
aggregator_page_category_form function modules/aggregator/aggregator.pages.inc Page callback: Displays a form containing items aggregated in a category.
aggregator_page_source_form function modules/aggregator/aggregator.pages.inc Page callback: Displays a form with all items captured from a feed.
AJAXFormPageCacheTestCase class modules/simpletest/tests/ajax.test Test Ajax forms when page caching for anonymous users is turned on.
AJAXFormPageCacheTestCase::$profile property modules/simpletest/tests/ajax.test The profile to install as a basis for testing.
AJAXFormPageCacheTestCase::getFormBuildId function modules/simpletest/tests/ajax.test Return the build id of the current form.
AJAXFormPageCacheTestCase::getInfo function modules/simpletest/tests/ajax.test
AJAXFormPageCacheTestCase::setUp function modules/simpletest/tests/ajax.test Sets up a Drupal site for running functional and integration tests.
AJAXFormPageCacheTestCase::testSimpleAJAXFormValue function modules/simpletest/tests/ajax.test Create a simple form, then POST to system/ajax to change to it.
AJAXFormValuesTestCase class modules/simpletest/tests/ajax.test Test that $form_state['values'] is properly delivered to $ajax['callback'].
AJAXFormValuesTestCase::$web_user property modules/simpletest/tests/ajax.test
AJAXFormValuesTestCase::getInfo function modules/simpletest/tests/ajax.test
AJAXFormValuesTestCase::setUp function modules/simpletest/tests/ajax.test Sets up a Drupal site for running functional and integration tests.
AJAXFormValuesTestCase::testSimpleAJAXFormValue function modules/simpletest/tests/ajax.test Create a simple form, then POST to system/ajax to change to it.
AJAXMultiFormTestCase class modules/simpletest/tests/ajax.test Tests that Ajax-enabled forms work when multiple instances of the same form are on a page.
AJAXMultiFormTestCase::$web_user property modules/simpletest/tests/ajax.test
AJAXMultiFormTestCase::getInfo function modules/simpletest/tests/ajax.test
AJAXMultiFormTestCase::setUp function modules/simpletest/tests/ajax.test Sets up a Drupal site for running functional and integration tests.
AJAXMultiFormTestCase::testMultiForm function modules/simpletest/tests/ajax.test Test that a page with the 'page_node_form' included twice works correctly.
ajax_forms_test.info file modules/simpletest/tests/ajax_forms_test.info name = "AJAX form test mock module"
description = "Test for AJAX form calls."
core = 7.x
package = Testing
version = VERSION
hidden = TRUE
ajax_forms_test.module file modules/simpletest/tests/ajax_forms_test.module Simpletest mock module for Ajax forms testing.
ajax_forms_test_advanced_commands_add_css_callback function modules/simpletest/tests/ajax_forms_test.module Ajax callback for 'add_css'.
ajax_forms_test_advanced_commands_after_callback function modules/simpletest/tests/ajax_forms_test.module Ajax callback for 'after'.
ajax_forms_test_advanced_commands_alert_callback function modules/simpletest/tests/ajax_forms_test.module Ajax callback for 'alert'.
ajax_forms_test_advanced_commands_append_callback function modules/simpletest/tests/ajax_forms_test.module Ajax callback for 'append'.
ajax_forms_test_advanced_commands_before_callback function modules/simpletest/tests/ajax_forms_test.module Ajax callback for 'before'.
ajax_forms_test_advanced_commands_changed_asterisk_callback function modules/simpletest/tests/ajax_forms_test.module Ajax callback for 'changed' with asterisk marking inner div.
ajax_forms_test_advanced_commands_changed_callback function modules/simpletest/tests/ajax_forms_test.module Ajax callback for 'changed'.
ajax_forms_test_advanced_commands_css_callback function modules/simpletest/tests/ajax_forms_test.module Ajax callback for 'css'.
ajax_forms_test_advanced_commands_data_callback function modules/simpletest/tests/ajax_forms_test.module Ajax callback for 'data'.
ajax_forms_test_advanced_commands_html_callback function modules/simpletest/tests/ajax_forms_test.module Ajax callback for 'html'.
ajax_forms_test_advanced_commands_insert_callback function modules/simpletest/tests/ajax_forms_test.module Ajax callback for 'insert'.
ajax_forms_test_advanced_commands_invoke_callback function modules/simpletest/tests/ajax_forms_test.module Ajax callback for 'invoke'.
ajax_forms_test_advanced_commands_prepend_callback function modules/simpletest/tests/ajax_forms_test.module Ajax callback for 'prepend'.
ajax_forms_test_advanced_commands_remove_callback function modules/simpletest/tests/ajax_forms_test.module Ajax callback for 'remove'.
ajax_forms_test_advanced_commands_restripe_callback function modules/simpletest/tests/ajax_forms_test.module Ajax callback for 'restripe'.
ajax_forms_test_advanced_commands_settings_callback function modules/simpletest/tests/ajax_forms_test.module Ajax callback for 'settings'.
ajax_forms_test_ajax_commands_form function modules/simpletest/tests/ajax_forms_test.module Form to display the Ajax Commands.
ajax_forms_test_lazy_load_form function modules/simpletest/tests/ajax_forms_test.module Form builder: Builds a form that triggers a simple AJAX callback.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.