function ajax_test_dialog_form_callback_modal

AJAX callback handler for ajax_test_dialog_form().

1 string reference to 'ajax_test_dialog_form_callback_modal'
ajax_test_dialog_form in drupal/core/modules/system/tests/modules/ajax_test/ajax_test.module
Form builder: Renders buttons with #ajax['dialog'].

File

drupal/core/modules/system/tests/modules/ajax_test/ajax_test.module, line 207
Helper module for Ajax framework tests.

Code

function ajax_test_dialog_form_callback_modal($form, &$form_state) {
  return _ajax_test_dialog(TRUE);
}