ajax_test.module

Helper module for Ajax framework tests.

File

drupal/core/modules/system/tests/modules/ajax_test/ajax_test.module
View source

Functions

Namesort descending Description
ajax_test_dialog Menu callback: Renders a form elements and links with #ajax['dialog'].
ajax_test_dialog_contents Menu callback: Returns the contents for dialogs opened by ajax_test_dialog().
ajax_test_dialog_form Form builder: Renders buttons with #ajax['dialog'].
ajax_test_dialog_form_submit Form submit handler for ajax_test_dialog_form().
ajax_test_error Menu callback: Returns AJAX element with #error property set.
ajax_test_link Menu callback: Renders a #type link with #ajax.
ajax_test_menu Implements hook_menu().
ajax_test_render Page callback: Returns an element suitable for use by ajax_render().
ajax_test_system_theme_info Implements hook_system_theme_info().