| AjaxFormCacheTest::testQueryString |
function |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormCacheTest.php |
Tests AJAX forms on pages with a query string. |
| AjaxFormImageButtonTest |
class |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormImageButtonTest.php |
Tests the Ajax image buttons work with key press events. |
| AjaxFormImageButtonTest.php |
file |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormImageButtonTest.php |
|
| AjaxFormImageButtonTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormImageButtonTest.php |
The theme to install as the default for testing. |
| AjaxFormImageButtonTest::$modules |
property |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormImageButtonTest.php |
Modules to install. |
| AjaxFormImageButtonTest::testAjaxImageButtonKeypressEnter |
function |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormImageButtonTest.php |
Tests image buttons can be operated with the keyboard ENTER key. |
| AjaxFormImageButtonTest::testAjaxImageButtonKeypressSpace |
function |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormImageButtonTest.php |
Tests image buttons can be operated with the keyboard SPACE key. |
| AjaxFormPageCacheTest |
class |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormPageCacheTest.php |
Performs tests on AJAX forms in cached pages. |
| AjaxFormPageCacheTest.php |
file |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormPageCacheTest.php |
|
| AjaxFormPageCacheTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormPageCacheTest.php |
The theme to install as the default for testing. |
| AjaxFormPageCacheTest::$modules |
property |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormPageCacheTest.php |
Modules to install. |
| AjaxFormPageCacheTest::getFormBuildId |
function |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormPageCacheTest.php |
Return the build id of the current form. |
| AjaxFormPageCacheTest::setUp |
function |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormPageCacheTest.php |
|
| AjaxFormPageCacheTest::testAjaxElementValidation |
function |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormPageCacheTest.php |
Tests that updating the text field trigger an AJAX request/response. |
| AjaxFormPageCacheTest::testSimpleAJAXFormValue |
function |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormPageCacheTest.php |
Create a simple form, then submit the form via AJAX to change to it. |
| AjaxFormsTestAjaxElementsForm |
class |
core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestAjaxElementsForm.php |
Builds a form where each Form API element triggers a simple Ajax callback. |
| AjaxFormsTestAjaxElementsForm.php |
file |
core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestAjaxElementsForm.php |
|
| AjaxFormsTestAjaxElementsForm::buildForm |
function |
core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestAjaxElementsForm.php |
Form constructor. |
| AjaxFormsTestAjaxElementsForm::getFormId |
function |
core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestAjaxElementsForm.php |
Returns a unique string identifying the form. |
| AjaxFormsTestAjaxElementsForm::submitForm |
function |
core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestAjaxElementsForm.php |
Form submission handler. |
| AjaxFormsTestCommandsForm |
class |
core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestCommandsForm.php |
Form constructor for the Ajax Command display form. |
| AjaxFormsTestCommandsForm.php |
file |
core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestCommandsForm.php |
|
| AjaxFormsTestCommandsForm::buildForm |
function |
core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestCommandsForm.php |
Form constructor. |
| AjaxFormsTestCommandsForm::getFormId |
function |
core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestCommandsForm.php |
Returns a unique string identifying the form. |
| AjaxFormsTestCommandsForm::submitForm |
function |
core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestCommandsForm.php |
Form submission handler. |
| AjaxFormsTestImageButtonForm |
class |
core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestImageButtonForm.php |
Form builder: Builds a form that has image button with an ajax callback. |
| AjaxFormsTestImageButtonForm.php |
file |
core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestImageButtonForm.php |
|
| AjaxFormsTestImageButtonForm::buildForm |
function |
core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestImageButtonForm.php |
Form constructor. |
| AjaxFormsTestImageButtonForm::getFormId |
function |
core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestImageButtonForm.php |
Returns a unique string identifying the form. |
| AjaxFormsTestImageButtonForm::submitForm |
function |
core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestImageButtonForm.php |
Form submission handler. |
| AjaxFormsTestLazyLoadForm |
class |
core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestLazyLoadForm.php |
Form builder: Builds a form that triggers a simple AJAX callback. |
| AjaxFormsTestLazyLoadForm.php |
file |
core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestLazyLoadForm.php |
|
| AjaxFormsTestLazyLoadForm::buildForm |
function |
core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestLazyLoadForm.php |
Form constructor. |
| AjaxFormsTestLazyLoadForm::getFormId |
function |
core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestLazyLoadForm.php |
Returns a unique string identifying the form. |
| AjaxFormsTestLazyLoadForm::submitForm |
function |
core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestLazyLoadForm.php |
Form submission handler. |
| AjaxFormsTestSimpleForm |
class |
core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestSimpleForm.php |
Form builder: Builds a form that triggers a simple AJAX callback. |
| AjaxFormsTestSimpleForm.php |
file |
core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestSimpleForm.php |
|
| AjaxFormsTestSimpleForm::buildForm |
function |
core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestSimpleForm.php |
Form constructor. |
| AjaxFormsTestSimpleForm::emailFieldCallback |
function |
core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestSimpleForm.php |
AJAX callback for email field. |
| AjaxFormsTestSimpleForm::getFormId |
function |
core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestSimpleForm.php |
Returns a unique string identifying the form. |
| AjaxFormsTestSimpleForm::submitForm |
function |
core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestSimpleForm.php |
Form submission handler. |
| AjaxFormsTestSimpleForm::textFieldCallback |
function |
core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestSimpleForm.php |
AJAX callback for textfield. |
| AjaxFormsTestValidationForm |
class |
core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestValidationForm.php |
Form builder: Builds a form that triggers a simple AJAX callback. |
| AjaxFormsTestValidationForm.php |
file |
core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestValidationForm.php |
|
| AjaxFormsTestValidationForm::buildForm |
function |
core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestValidationForm.php |
Form constructor. |
| AjaxFormsTestValidationForm::getFormId |
function |
core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestValidationForm.php |
Returns a unique string identifying the form. |
| AjaxFormsTestValidationForm::submitForm |
function |
core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestValidationForm.php |
Form submission handler. |
| AjaxInGroupTest |
class |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxInGroupTest.php |
Tests that form elements in groups work correctly with AJAX. |
| AjaxInGroupTest.php |
file |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxInGroupTest.php |
|
| AjaxInGroupTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxInGroupTest.php |
The theme to install as the default for testing. |