| AHooks::testHookFirst |
function |
core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/src/Hook/AHooks.php |
Implements hook_test_hook(). |
| AHooks::testHookLast |
function |
core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/src/Hook/AHooks.php |
Implements hook_test_hook(). |
| AHooks::testProceduralReorder |
function |
core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/src/Hook/AHooks.php |
Implements test_procedural_reorder(). |
| AjaxBasePageNegotiatorTest |
class |
core/tests/Drupal/Tests/Core/Theme/AjaxBasePageNegotiatorTest.php |
Tests Drupal\Core\Theme\AjaxBasePageNegotiator. |
| AjaxBasePageNegotiatorTest.php |
file |
core/tests/Drupal/Tests/Core/Theme/AjaxBasePageNegotiatorTest.php |
|
| AjaxBasePageNegotiatorTest::$negotiator |
property |
core/tests/Drupal/Tests/Core/Theme/AjaxBasePageNegotiatorTest.php |
The AJAX base page negotiator. |
| AjaxBasePageNegotiatorTest::$requestStack |
property |
core/tests/Drupal/Tests/Core/Theme/AjaxBasePageNegotiatorTest.php |
The request stack. |
| AjaxBasePageNegotiatorTest::$tokenGenerator |
property |
core/tests/Drupal/Tests/Core/Theme/AjaxBasePageNegotiatorTest.php |
The CSRF token generator. |
| AjaxBasePageNegotiatorTest::providerTestApplies |
function |
core/tests/Drupal/Tests/Core/Theme/AjaxBasePageNegotiatorTest.php |
|
| AjaxBasePageNegotiatorTest::setUp |
function |
core/tests/Drupal/Tests/Core/Theme/AjaxBasePageNegotiatorTest.php |
|
| AjaxBasePageNegotiatorTest::testApplies |
function |
core/tests/Drupal/Tests/Core/Theme/AjaxBasePageNegotiatorTest.php |
Tests applies. |
| AjaxBasePageNegotiatorTest::testDetermineActiveThemeDefaultTheme |
function |
core/tests/Drupal/Tests/Core/Theme/AjaxBasePageNegotiatorTest.php |
Tests determine active theme default theme. |
| AjaxBasePageNegotiatorTest::testDetermineActiveThemeInvalidToken |
function |
core/tests/Drupal/Tests/Core/Theme/AjaxBasePageNegotiatorTest.php |
Tests determine active theme invalid token. |
| AjaxBasePageNegotiatorTest::testDetermineActiveThemeValidToken |
function |
core/tests/Drupal/Tests/Core/Theme/AjaxBasePageNegotiatorTest.php |
Tests determine active theme valid token. |
| AjaxBlockTest |
class |
core/modules/layout_builder/tests/src/FunctionalJavascript/AjaxBlockTest.php |
Ajax blocks tests. |
| AjaxBlockTest.php |
file |
core/modules/layout_builder/tests/src/FunctionalJavascript/AjaxBlockTest.php |
|
| AjaxBlockTest::$defaultTheme |
property |
core/modules/layout_builder/tests/src/FunctionalJavascript/AjaxBlockTest.php |
The theme to install as the default for testing. |
| AjaxBlockTest::$modules |
property |
core/modules/layout_builder/tests/src/FunctionalJavascript/AjaxBlockTest.php |
Modules to install. |
| AjaxBlockTest::setUp |
function |
core/modules/layout_builder/tests/src/FunctionalJavascript/AjaxBlockTest.php |
|
| AjaxBlockTest::testAddAjaxBlock |
function |
core/modules/layout_builder/tests/src/FunctionalJavascript/AjaxBlockTest.php |
Tests configuring a field block for a user field. |
| AjaxCallbacksTest |
class |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxCallbacksTest.php |
Tests Ajax callbacks on FAPI elements. |
| AjaxCallbacksTest.php |
file |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxCallbacksTest.php |
|
| AjaxCallbacksTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxCallbacksTest.php |
The theme to install as the default for testing. |
| AjaxCallbacksTest::$modules |
property |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxCallbacksTest.php |
Modules to install. |
| AjaxCallbacksTest::testDateAjaxCallback |
function |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxCallbacksTest.php |
Tests if Ajax callback works on date element. |
| AjaxCallbacksTest::testDateTimeAjaxCallback |
function |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxCallbacksTest.php |
Tests if Ajax callback works on datetime element. |
| 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::dialogCommandProvider |
function |
core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php |
Data provider for testOpenDialogCommandClass. |
| 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::testOpenDialogCommandClass |
function |
core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php |
Tests dialogClass for OpenDialogCommand and OpenOffCanvasDialogCommand. |
| 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. |