| 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 |
Form constructor. |
| 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 |
Form submission handler. |
| 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 a deprecation error. |
| AjaxWaitTest::testUntrackedXhr |
function |
core/tests/Drupal/FunctionalJavascriptTests/AjaxWaitTest.php |
Tests that an untracked XHR triggers a deprecation error. |
| ajax_forms_test.info.yml |
file |
core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.info.yml |
core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.info.yml |
| ajax_forms_test.module |
file |
core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module |
Mock module for Ajax forms testing. |
| ajax_forms_test.routing.yml |
file |
core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.routing.yml |
core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.routing.yml |
| ajax_forms_test_advanced_commands_add_css_callback |
function |
core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module |
Ajax callback for 'add_css'. |
| ajax_forms_test_advanced_commands_add_css_legacy_callback |
function |
core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module |
Ajax callback for 'add_css' that uses legacy string parameter. |
| ajax_forms_test_advanced_commands_after_callback |
function |
core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module |
Ajax form callback: Selects 'after'. |
| ajax_forms_test_advanced_commands_alert_callback |
function |
core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module |
Ajax form callback: Selects 'alert'. |
| ajax_forms_test_advanced_commands_announce_assertive_callback |
function |
core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module |
Ajax form callback: Selects 'announce' with 'assertive' priority. |
| ajax_forms_test_advanced_commands_announce_callback |
function |
core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module |
Ajax form callback: Selects 'announce' with no priority specified. |
| ajax_forms_test_advanced_commands_announce_polite_callback |
function |
core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module |
Ajax form callback: Selects 'announce' with 'polite' priority. |
| ajax_forms_test_advanced_commands_append_callback |
function |
core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module |
Ajax form callback: Selects 'append'. |
| ajax_forms_test_advanced_commands_before_callback |
function |
core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module |
Ajax form callback: Selects 'before'. |
| ajax_forms_test_advanced_commands_changed_asterisk_callback |
function |
core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module |
Ajax form callback: Selects 'changed' with asterisk marking inner div. |
| ajax_forms_test_advanced_commands_changed_callback |
function |
core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module |
Ajax form callback: Selects 'changed'. |
| ajax_forms_test_advanced_commands_css_callback |
function |
core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module |
Ajax form callback: Selects 'css'. |
| ajax_forms_test_advanced_commands_data_callback |
function |
core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module |
Ajax form callback: Selects 'data'. |
| ajax_forms_test_advanced_commands_double_announce_callback |
function |
core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module |
Ajax form callback: Selects 'announce' with two announce commands returned. |
| ajax_forms_test_advanced_commands_html_callback |
function |
core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module |
Ajax form callback: Selects 'html'. |
| ajax_forms_test_advanced_commands_insert_callback |
function |
core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module |
Ajax form callback: Selects 'insert'. |