| 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. |
| AjaxInGroupTest::$modules |
property |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxInGroupTest.php |
Modules to install. |
| AjaxInGroupTest::setUp |
function |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxInGroupTest.php |
|
| AjaxInGroupTest::testSimpleAjaxFormValue |
function |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxInGroupTest.php |
Submits forms with select and checkbox elements via Ajax. |
| AjaxMaintenanceModeTest |
class |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxMaintenanceModeTest.php |
Tests maintenance message during an AJAX call. |
| AjaxMaintenanceModeTest.php |
file |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxMaintenanceModeTest.php |
|
| AjaxMaintenanceModeTest::$adminUser |
property |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxMaintenanceModeTest.php |
An user with administration permissions. |
| AjaxMaintenanceModeTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxMaintenanceModeTest.php |
The theme to install as the default for testing. |
| AjaxMaintenanceModeTest::$modules |
property |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxMaintenanceModeTest.php |
Modules to install. |
| AjaxMaintenanceModeTest::setUp |
function |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxMaintenanceModeTest.php |
|
| AjaxMaintenanceModeTest::testAjaxCallMaintenanceMode |
function |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxMaintenanceModeTest.php |
Tests maintenance message only appears once on an AJAX call. |
| AjaxPageStateTest |
class |
core/tests/Drupal/Tests/Core/StackMiddleware/AjaxPageStateTest.php |
Tests Drupal\Core\StackMiddleware\AjaxPageState. |
| AjaxPageStateTest |
class |
core/modules/system/tests/src/Functional/Render/AjaxPageStateTest.php |
Performs tests for the effects of the ajax_page_state query parameter. |
| AjaxPageStateTest.php |
file |
core/modules/system/tests/src/Functional/Render/AjaxPageStateTest.php |
|
| AjaxPageStateTest.php |
file |
core/tests/Drupal/Tests/Core/StackMiddleware/AjaxPageStateTest.php |
|
| AjaxPageStateTest::$adminUser |
property |
core/modules/system/tests/src/Functional/Render/AjaxPageStateTest.php |
User account with all available permissions. |
| AjaxPageStateTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Render/AjaxPageStateTest.php |
The theme to install as the default for testing. |
| AjaxPageStateTest::$modules |
property |
core/modules/system/tests/src/Functional/Render/AjaxPageStateTest.php |
Modules to install. |
| AjaxPageStateTest::providerHandle |
function |
core/tests/Drupal/Tests/Core/StackMiddleware/AjaxPageStateTest.php |
Provides data for testHandle(). |
| AjaxPageStateTest::setUp |
function |
core/modules/system/tests/src/Functional/Render/AjaxPageStateTest.php |
|
| AjaxPageStateTest::testDrupalSettingsIsNotLoaded |
function |
core/modules/system/tests/src/Functional/Render/AjaxPageStateTest.php |
Give ajax_page_state[libraries]=core/drupalSettings to exclude the library. |
| AjaxPageStateTest::testHandle |
function |
core/tests/Drupal/Tests/Core/StackMiddleware/AjaxPageStateTest.php |
Tests that the query and request libraries are merged. |
| AjaxPageStateTest::testLibrariesAvailable |
function |
core/modules/system/tests/src/Functional/Render/AjaxPageStateTest.php |
Default functionality without the param ajax_page_state[libraries]. |
| AjaxPageStateTest::testMultipleLibrariesAreNotLoaded |
function |
core/modules/system/tests/src/Functional/Render/AjaxPageStateTest.php |
Tests if multiple libraries can be excluded. |
| AjaxRendererTest |
class |
core/tests/Drupal/Tests/Core/Controller/AjaxRendererTest.php |
Tests Drupal\Core\Render\MainContent\AjaxRenderer. |
| AjaxRendererTest.php |
file |
core/tests/Drupal/Tests/Core/Controller/AjaxRendererTest.php |
|
| AjaxRendererTest::$ajaxRenderer |
property |
core/tests/Drupal/Tests/Core/Controller/AjaxRendererTest.php |
The tested ajax controller. |
| AjaxRendererTest::$renderer |
property |
core/tests/Drupal/Tests/Core/Controller/AjaxRendererTest.php |
The renderer. |
| AjaxRendererTest::setUp |
function |
core/tests/Drupal/Tests/Core/Controller/AjaxRendererTest.php |
|
| AjaxRendererTest::testRenderWithFragmentObject |
function |
core/tests/Drupal/Tests/Core/Controller/AjaxRendererTest.php |
Tests the content method. |
| AjaxResponseTest |
class |
core/tests/Drupal/Tests/Core/Ajax/AjaxResponseTest.php |
Tests Drupal\Core\Ajax\AjaxResponse. |
| AjaxResponseTest.php |
file |
core/tests/Drupal/Tests/Core/Ajax/AjaxResponseTest.php |
|
| AjaxResponseTest::$ajaxResponse |
property |
core/tests/Drupal/Tests/Core/Ajax/AjaxResponseTest.php |
The tested ajax response object. |
| AjaxResponseTest::createCommandMock |
function |
core/tests/Drupal/Tests/Core/Ajax/AjaxResponseTest.php |
Creates a mock of the Drupal\Core\Ajax\CommandInterface. |
| AjaxResponseTest::createCommandMockWithSettingsAndLibrariesAttachments |
function |
core/tests/Drupal/Tests/Core/Ajax/AjaxResponseTest.php |
Creates a mock of a provided subclass of CommandInterface. |
| AjaxResponseTest::setUp |
function |
core/tests/Drupal/Tests/Core/Ajax/AjaxResponseTest.php |
|
| AjaxResponseTest::testCommands |
function |
core/tests/Drupal/Tests/Core/Ajax/AjaxResponseTest.php |
Tests the add and getCommands method. |
| AjaxResponseTest::testMergeWithOtherAjaxResponse |
function |
core/tests/Drupal/Tests/Core/Ajax/AjaxResponseTest.php |
Tests the mergeWith() method. |
| AjaxResponseTest::testPrepareResponseForIeFormRequestsWithFileUpload |
function |
core/tests/Drupal/Tests/Core/Ajax/AjaxResponseTest.php |
Tests the support for IE specific headers in file uploads. |
| AjaxTest |
class |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxTest.php |
Tests AJAX responses. |
| AjaxTest.php |
file |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxTest.php |
|