AjaxTestDialogForm::modal |
function |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestDialogForm.php |
AJAX callback handler for AjaxTestDialogForm. |
AjaxTestDialogForm::modalFromUrl |
function |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestDialogForm.php |
AJAX callback handler for Url modal, AjaxTestDialogForm. |
AjaxTestDialogForm::nonModal |
function |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestDialogForm.php |
AJAX callback handler for AjaxTestDialogForm. |
AjaxTestDialogForm::submitForm |
function |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestDialogForm.php |
Form submission handler. |
AjaxTestDialogForm::validateForm |
function |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestDialogForm.php |
Form validation handler. |
AjaxTestFocusFirstForm |
class |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestFocusFirstForm.php |
Form for testing AJAX FocusFirstCommand. |
AjaxTestFocusFirstForm.php |
file |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestFocusFirstForm.php |
|
AjaxTestFocusFirstForm::buildForm |
function |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestFocusFirstForm.php |
Form constructor. |
AjaxTestFocusFirstForm::focusableContainerNotTabbableChildren |
function |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestFocusFirstForm.php |
Callback for testing FocusFirstCommand on a container. |
AjaxTestFocusFirstForm::focusFirstInContainer |
function |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestFocusFirstForm.php |
Callback for testing FocusFirstCommand on a container. |
AjaxTestFocusFirstForm::focusFirstInForm |
function |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestFocusFirstForm.php |
Callback for testing FocusFirstCommand on a form. |
AjaxTestFocusFirstForm::focusFirstSelectorMultipleMatch |
function |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestFocusFirstForm.php |
Callback for testing FocusFirstCommand on a container. |
AjaxTestFocusFirstForm::getFormId |
function |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestFocusFirstForm.php |
Returns a unique string identifying the form. |
AjaxTestFocusFirstForm::selectorDoesNotExist |
function |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestFocusFirstForm.php |
Callback for testing FocusFirstCommand on a container. |
AjaxTestFocusFirstForm::selectorHasNothingTabbable |
function |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestFocusFirstForm.php |
Callback for testing FocusFirstCommand on a container. |
AjaxTestFocusFirstForm::submitForm |
function |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestFocusFirstForm.php |
Form submission handler. |
AjaxTestFocusFirstForm::validateForm |
function |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestFocusFirstForm.php |
Form validation handler. |
AjaxTestForm |
class |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestForm.php |
Dummy form for testing DialogRenderer with _form routes. |
AjaxTestForm.php |
file |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestForm.php |
|
AjaxTestForm::buildForm |
function |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestForm.php |
Form constructor. |
AjaxTestForm::getFormId |
function |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestForm.php |
Returns a unique string identifying the form. |
AjaxTestForm::helloWorld |
function |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestForm.php |
An AJAX callback that prints "Hello World!" as a message. |
AjaxTestForm::submitForm |
function |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestForm.php |
Form submission handler. |
AjaxTestForm::validateForm |
function |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestForm.php |
Form validation handler. |
AjaxTestFormPromise |
class |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestFormPromise.php |
Test form for ajax_test_form_promise. |
AjaxTestFormPromise.php |
file |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestFormPromise.php |
|
AjaxTestFormPromise::buildForm |
function |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestFormPromise.php |
Form for testing the addition of various types of elements via Ajax. |
AjaxTestFormPromise::executeCommands |
function |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestFormPromise.php |
Ajax callback for the "Execute commands button" button. |
AjaxTestFormPromise::getFormId |
function |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestFormPromise.php |
Returns a unique string identifying the form. |
AjaxTestFormPromise::submitForm |
function |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestFormPromise.php |
Form submission handler. |
AjaxTestImageEffect |
class |
core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/AjaxTestImageEffect.php |
Provides a test effect using Ajax in the configuration form. |
AjaxTestImageEffect.php |
file |
core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/AjaxTestImageEffect.php |
|
AjaxTestImageEffect::ajaxCallback |
function |
core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/AjaxTestImageEffect.php |
AJAX callback. |
AjaxTestImageEffect::applyEffect |
function |
core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/AjaxTestImageEffect.php |
Applies an image effect to the image object. |
AjaxTestImageEffect::buildConfigurationForm |
function |
core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/AjaxTestImageEffect.php |
|
AjaxTestImageEffect::defaultConfiguration |
function |
core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/AjaxTestImageEffect.php |
Gets default configuration for this plugin. |
AjaxTestImageEffect::submitConfigurationForm |
function |
core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/AjaxTestImageEffect.php |
|
AjaxTestMessageCommandForm |
class |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestMessageCommandForm.php |
Form for testing AJAX MessageCommand. |
AjaxTestMessageCommandForm.php |
file |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestMessageCommandForm.php |
|
AjaxTestMessageCommandForm::buildForm |
function |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestMessageCommandForm.php |
Form constructor. |
AjaxTestMessageCommandForm::getFormId |
function |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestMessageCommandForm.php |
Returns a unique string identifying the form. |
AjaxTestMessageCommandForm::makeMessageAlternate |
function |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestMessageCommandForm.php |
Callback for testing MessageCommand using an alternate message location. |
AjaxTestMessageCommandForm::makeMessageDefault |
function |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestMessageCommandForm.php |
Callback for testing MessageCommand with default settings. |
AjaxTestMessageCommandForm::makeMessageWarning |
function |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestMessageCommandForm.php |
Callback for testing MessageCommand with warning status. |
AjaxTestMessageCommandForm::submitForm |
function |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestMessageCommandForm.php |
Form submission handler. |
AjaxTestMessageCommandForm::validateForm |
function |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestMessageCommandForm.php |
Form validation handler. |
AjaxWaitTest |
class |
core/tests/Drupal/FunctionalJavascriptTests/AjaxWaitTest.php |
Tests that unnecessary or untracked XHRs will cause a test failure. |
AjaxWaitTest.php |
file |
core/tests/Drupal/FunctionalJavascriptTests/AjaxWaitTest.php |
|
AjaxWaitTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalJavascriptTests/AjaxWaitTest.php |
The theme to install as the default for testing. |
AjaxWaitTest::testUnnecessaryWait |
function |
core/tests/Drupal/FunctionalJavascriptTests/AjaxWaitTest.php |
Tests that an unnecessary wait triggers an error. |