| AjaxCommandsTest |
class |
core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php |
Test coverage for various classes in the \Drupal\Core\Ajax namespace. |
| AjaxCommandsTest.php |
file |
core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php |
|
| AjaxCommandsTest::announceCommandProvider |
function |
core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php |
Data provider for testAnnounceCommand(). |
| AjaxCommandsTest::providerCss |
function |
core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php |
|
| AjaxCommandsTest::testAddCssCommand |
function |
core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php |
Tests add css command. |
| AjaxCommandsTest::testAfterCommand |
function |
core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php |
Tests after command. |
| AjaxCommandsTest::testAlertCommand |
function |
core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php |
Tests alert command. |
| AjaxCommandsTest::testAnnounceCommand |
function |
core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php |
Tests announce command. |
| AjaxCommandsTest::testAppendCommand |
function |
core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php |
Tests append command. |
| AjaxCommandsTest::testBeforeCommand |
function |
core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php |
Tests before command. |
| AjaxCommandsTest::testChangedCommand |
function |
core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php |
Tests changed command. |
| AjaxCommandsTest::testCloseDialogCommand |
function |
core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php |
Tests close dialog command. |
| AjaxCommandsTest::testCloseModalDialogCommand |
function |
core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php |
Tests close modal dialog command. |
| AjaxCommandsTest::testCssCommand |
function |
core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php |
Tests css command. |
| AjaxCommandsTest::testDataCommand |
function |
core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php |
Tests data command. |
| AjaxCommandsTest::testHtmlCommand |
function |
core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php |
Tests html command. |
| AjaxCommandsTest::testInsertCommand |
function |
core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php |
Tests insert command. |
| AjaxCommandsTest::testInvokeCommand |
function |
core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php |
Tests invoke command. |
| AjaxCommandsTest::testOpenDialogCommand |
function |
core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php |
Tests open dialog command. |
| AjaxCommandsTest::testOpenModalDialogCommand |
function |
core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php |
Tests open modal dialog command. |
| AjaxCommandsTest::testPrependCommand |
function |
core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php |
Tests prepend command. |
| AjaxCommandsTest::testRedirectCommand |
function |
core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php |
Tests redirect command. |
| AjaxCommandsTest::testRemoveCommand |
function |
core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php |
Tests remove command. |
| AjaxCommandsTest::testReplaceCommand |
function |
core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php |
Tests replace command. |
| AjaxCommandsTest::testRestripeCommand |
function |
core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php |
Tests restripe command. |
| AjaxCommandsTest::testSetDialogOptionCommand |
function |
core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php |
Tests set dialog option command. |
| AjaxCommandsTest::testSetDialogTitleCommand |
function |
core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php |
Tests set dialog title command. |
| AjaxCommandsTest::testSettingsCommand |
function |
core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php |
Tests settings command. |
| AjaxCommandsTest::testUpdateBuildIdCommand |
function |
core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php |
Tests update build id command. |
| AjaxFileManagedMultipleTest |
class |
core/modules/file/tests/src/FunctionalJavascript/AjaxFileManagedMultipleTest.php |
Tests ajax upload to managed files. |
| AjaxFileManagedMultipleTest.php |
file |
core/modules/file/tests/src/FunctionalJavascript/AjaxFileManagedMultipleTest.php |
|
| AjaxFileManagedMultipleTest::$defaultTheme |
property |
core/modules/file/tests/src/FunctionalJavascript/AjaxFileManagedMultipleTest.php |
The theme to install as the default for testing. |
| AjaxFileManagedMultipleTest::$modules |
property |
core/modules/file/tests/src/FunctionalJavascript/AjaxFileManagedMultipleTest.php |
Modules to install. |
| AjaxFileManagedMultipleTest::testMultipleFilesUpload |
function |
core/modules/file/tests/src/FunctionalJavascript/AjaxFileManagedMultipleTest.php |
Tests if managed file form element works well with multiple files upload. |
| AjaxFormCacheTest |
class |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormCacheTest.php |
Tests the usage of form caching for AJAX forms. |
| AjaxFormCacheTest.php |
file |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormCacheTest.php |
|
| AjaxFormCacheTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormCacheTest.php |
The theme to install as the default for testing. |
| AjaxFormCacheTest::$modules |
property |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormCacheTest.php |
Modules to install. |
| AjaxFormCacheTest::testBlockForms |
function |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormCacheTest.php |
Tests AJAX forms in blocks. |
| AjaxFormCacheTest::testFormCacheUsage |
function |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormCacheTest.php |
Tests the usage of form cache for AJAX forms. |
| 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. |