Functions

Primary tabs

Namesort descending Location Description Direct uses Strings
ajax_forms_test_advanced_commands_after_callback drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'after'. 1
ajax_forms_test_advanced_commands_alert_callback drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'alert'. 1
ajax_forms_test_advanced_commands_append_callback drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'append'. 1
ajax_forms_test_advanced_commands_before_callback drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'before'. 1
ajax_forms_test_advanced_commands_changed_asterisk_callback drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'changed' with asterisk marking inner div. 1
ajax_forms_test_advanced_commands_changed_callback drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'changed'. 1
ajax_forms_test_advanced_commands_css_callback drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'css'. 1
ajax_forms_test_advanced_commands_data_callback drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'data'. 1
ajax_forms_test_advanced_commands_html_callback drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'html'. 1
ajax_forms_test_advanced_commands_insert_callback drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'insert'. 1
ajax_forms_test_advanced_commands_invoke_callback drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'invoke'. 1
ajax_forms_test_advanced_commands_prepend_callback drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'prepend'. 1
ajax_forms_test_advanced_commands_remove_callback drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'remove'. 1
ajax_forms_test_advanced_commands_restripe_callback drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'restripe'. 1
ajax_forms_test_advanced_commands_settings_callback drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'settings'. 1
ajax_forms_test_advanced_commands_settings_with_merging_callback drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax callback for 'settings' but with setting overrides. 1
ajax_forms_test_ajax_commands_form drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Form constructor for the Ajax Command display form. 2
ajax_forms_test_lazy_load_form drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Form builder: Builds a form that triggers a simple AJAX callback. 4
ajax_forms_test_lazy_load_form_ajax drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module AJAX form callback: Selects for the ajax_forms_test_lazy_load_form() form. 1
ajax_forms_test_lazy_load_form_submit drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Form submit handler: Adds JavaScript and CSS that wasn't on the original form. 1
ajax_forms_test_menu drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Implements hook_menu().
ajax_forms_test_simple_form drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Tests form_state['values'] during callback. 1
ajax_forms_test_validation_form drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Form constructor for AJAX validation form. 1
ajax_forms_test_validation_form_callback drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects the 'drivertext' element of the validation form. 1
ajax_forms_test_validation_form_submit drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Form submission handler for ajax_forms_test_validation_form().
ajax_forms_test_validation_number_form_callback drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects the 'drivernumber' element of the validation form. 1
ajax_form_callback drupal/core/includes/ajax.inc Page callback: Handles Ajax requests for the #ajax Form API property. 1
ajax_get_form drupal/core/includes/ajax.inc Gets a form submitted via #ajax during an Ajax callback. 2
ajax_prepare_response drupal/core/includes/ajax.inc Converts the return value of a page callback into an Ajax commands array. 2
ajax_pre_render_element drupal/core/includes/ajax.inc Adds Ajax information about an element to communicate with JavaScript. 2
ajax_process_form drupal/core/includes/ajax.inc Form element processing handler for the #ajax form property. 2
ajax_render drupal/core/includes/ajax.inc Renders a commands array into JSON. 2 1
ajax_test_dialog drupal/core/modules/system/tests/modules/ajax_test/ajax_test.module Menu callback: Renders a form elements and links with #ajax['dialog']. 1
ajax_test_dialog_close drupal/core/modules/system/tests/modules/ajax_test/ajax_test.module Menu callback: Close the ajax dialog. 1
ajax_test_dialog_contents drupal/core/modules/system/tests/modules/ajax_test/ajax_test.module Returns example content for dialog tests. 3 1
ajax_test_dialog_form drupal/core/modules/system/tests/modules/ajax_test/ajax_test.module Form builder: Renders buttons with #ajax['dialog']. 1
ajax_test_dialog_form_callback_modal drupal/core/modules/system/tests/modules/ajax_test/ajax_test.module AJAX callback handler for ajax_test_dialog_form(). 1
ajax_test_dialog_form_callback_nonmodal drupal/core/modules/system/tests/modules/ajax_test/ajax_test.module AJAX callback handler for ajax_test_dialog_form(). 1
ajax_test_dialog_form_submit drupal/core/modules/system/tests/modules/ajax_test/ajax_test.module Non-AJAX behavior of the dialog buttons.
ajax_test_error drupal/core/modules/system/tests/modules/ajax_test/ajax_test.module Menu callback: Returns AJAX element with #error property set. 1
ajax_test_menu drupal/core/modules/system/tests/modules/ajax_test/ajax_test.module Implements hook_menu().
ajax_test_order drupal/core/modules/system/tests/modules/ajax_test/ajax_test.module Menu callback: Returns an AjaxResponse; settings command set last. 1
ajax_test_render drupal/core/modules/system/tests/modules/ajax_test/ajax_test.module Menu callback: Returns an element suitable for use by ajax_render(). 1
ajax_test_system_theme_info drupal/core/modules/system/tests/modules/ajax_test/ajax_test.module Implements hook_system_theme_info().
any drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Returns a matcher that matches when the method it is evaluated for is executed zero or more times. 16
anything drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Returns a PHPUnit_Framework_Constraint_IsAnything matcher object. 4
archiver_get_archiver drupal/core/includes/common.inc Creates the appropriate archiver for the specified file. 1
archiver_get_extensions drupal/core/includes/common.inc Returns a string of supported archive extensions. 3
arg drupal/core/includes/bootstrap.inc Returns a component of the current Drupal path. 23 1
arrayHasKey drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Returns a PHPUnit_Framework_Constraint_ArrayHasKey matcher object.

Pages

Other projects