Search for A

  1. Search 9.5.x for A
  2. Search 8.9.x for A
  3. Search 10.3.x for A
  4. Search 11.x for A
  5. Other projects
Title Object type File name Summary
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.
AJAXFrameworkTestCase class modules/simpletest/tests/ajax.test Tests primary Ajax framework functions.
AJAXFrameworkTestCase::$profile property modules/simpletest/tests/ajax.test The profile to install as a basis for testing.
AJAXFrameworkTestCase::getInfo function modules/simpletest/tests/ajax.test
AJAXFrameworkTestCase::testAJAXRender function modules/simpletest/tests/ajax.test Test that ajax_render() returns JavaScript settings generated during the page request.
AJAXFrameworkTestCase::testAJAXRenderError function modules/simpletest/tests/ajax.test Test behavior of ajax_render_error().
AJAXFrameworkTestCase::testLazyLoad function modules/simpletest/tests/ajax.test Test that new JavaScript and CSS files added during an AJAX request are returned.
AJAXFrameworkTestCase::testLazyLoadOverriddenCSS function modules/simpletest/tests/ajax.test Tests that overridden CSS files are not added during lazy load.
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.
AJAXTestCase class modules/simpletest/tests/ajax.test
AJAXTestCase::assertCommand function modules/simpletest/tests/ajax.test Assert that a command with the required properties exists within the array of Ajax commands returned by the server.
AJAXTestCase::setUp function modules/simpletest/tests/ajax.test Sets up a Drupal site for running functional and integration tests.
ajax_base_page_theme function includes/ajax.inc Theme callback for Ajax requests.
ajax_command_add_css function includes/ajax.inc Creates a Drupal Ajax 'add_css' command.
ajax_command_after function includes/ajax.inc Creates a Drupal Ajax 'insert/after' command.
ajax_command_alert function includes/ajax.inc Creates a Drupal Ajax 'alert' command.
ajax_command_append function includes/ajax.inc Creates a Drupal Ajax 'insert/append' command.
ajax_command_before function includes/ajax.inc Creates a Drupal Ajax 'insert/before' command.
ajax_command_changed function includes/ajax.inc Creates a Drupal Ajax 'changed' command.
ajax_command_css function includes/ajax.inc Creates a Drupal Ajax 'css' command.
ajax_command_data function includes/ajax.inc Creates a Drupal Ajax 'data' command.
ajax_command_html function includes/ajax.inc Creates a Drupal Ajax 'insert/html' command.
ajax_command_insert function includes/ajax.inc Creates a Drupal Ajax 'insert' command using the method in #ajax['method'].
ajax_command_invoke function includes/ajax.inc Creates a Drupal Ajax 'invoke' command.
ajax_command_prepend function includes/ajax.inc Creates a Drupal Ajax 'insert/prepend' command.
ajax_command_remove function includes/ajax.inc Creates a Drupal Ajax 'remove' command.
ajax_command_replace function includes/ajax.inc Creates a Drupal Ajax 'insert/replaceWith' command.
ajax_command_restripe function includes/ajax.inc Creates a Drupal Ajax 'restripe' command.
ajax_command_settings function includes/ajax.inc Creates a Drupal Ajax 'settings' command.
ajax_command_update_build_id function includes/ajax.inc Creates a Drupal Ajax 'update_build_id' command.
ajax_deliver function includes/ajax.inc Packages and sends the result of a page callback as an Ajax response.
ajax_footer function includes/ajax.inc Performs end-of-Ajax-request tasks.
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'.

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