| AjaxPageStateTest |
class |
core/tests/Drupal/Tests/Core/StackMiddleware/AjaxPageStateTest.php |
Tests Drupal\Core\StackMiddleware\AjaxPageState. |
| AjaxPageStateTest.php |
file |
core/tests/Drupal/Tests/Core/StackMiddleware/AjaxPageStateTest.php |
|
| AjaxPageStateTest.php |
file |
core/modules/system/tests/src/Functional/Render/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 |
|
| AjaxTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxTest.php |
The theme to install as the default for testing. |
| AjaxTest::$modules |
property |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxTest.php |
Modules to install. |
| AjaxTest::assertInsert |
function |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxTest.php |
Assert insert. |
| AjaxTest::assertWaitPageContains |
function |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxTest.php |
Asserts that page contains an expected value after waiting. |
| AjaxTest::setUp |
function |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxTest.php |
|
| AjaxTest::testAjaxFocus |
function |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxTest.php |
Tests ajax focus handling. |
| AjaxTest::testAjaxWithAdminRoute |
function |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxTest.php |
|
| AjaxTest::testDrupalSettingsCachingRegression |
function |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxTest.php |
Tests that AJAX loaded libraries are not retained between requests. |
| AjaxTest::testGlobalEvents |
function |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxTest.php |
Tests that jQuery's global Ajax events are triggered at the correct time. |
| AjaxTest::testInsertAjaxResponse |
function |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxTest.php |
Tests that various AJAX responses with DOM elements are correctly inserted. |
| AjaxTest::testUiAjaxException |
function |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxTest.php |
Tests that Ajax errors are visible in the UI. |
| AjaxTestCommandReturnPromise |
class |
core/modules/system/tests/modules/ajax_test/src/Ajax/AjaxTestCommandReturnPromise.php |
Test Ajax command. |
| AjaxTestCommandReturnPromise.php |
file |
core/modules/system/tests/modules/ajax_test/src/Ajax/AjaxTestCommandReturnPromise.php |
|
| AjaxTestCommandReturnPromise::render |
function |
core/modules/system/tests/modules/ajax_test/src/Ajax/AjaxTestCommandReturnPromise.php |
Implements Drupal\Core\Ajax\CommandInterface:render(). |
| AjaxTestController |
class |
core/modules/system/tests/modules/ajax_test/src/Controller/AjaxTestController.php |
Provides content for dialog tests. |
| AjaxTestController.php |
file |
core/modules/system/tests/modules/ajax_test/src/Controller/AjaxTestController.php |
|
| AjaxTestController::dialog |
function |
core/modules/system/tests/modules/ajax_test/src/Controller/AjaxTestController.php |
Returns a render array of form elements and links for dialog. |
| AjaxTestController::dialogClose |
function |
core/modules/system/tests/modules/ajax_test/src/Controller/AjaxTestController.php |
Returns an AjaxResponse with command to close dialog. |
| AjaxTestController::dialogContents |
function |
core/modules/system/tests/modules/ajax_test/src/Controller/AjaxTestController.php |
Example content for dialog testing. |
| AjaxTestController::exceptionLink |
function |
core/modules/system/tests/modules/ajax_test/src/Controller/AjaxTestController.php |
Provides an Ajax link for the exception. |
| AjaxTestController::getRenderTypes |
function |
core/modules/system/tests/modules/ajax_test/src/Controller/AjaxTestController.php |
Render types. |