| LocalTaskIntegrationTestBase::$directoryList |
property |
core/tests/Drupal/Tests/Core/Menu/LocalTaskIntegrationTestBase.php |
A list of module directories used for YAML searching. |
| LocalTaskIntegrationTestBase::$moduleHandler |
property |
core/tests/Drupal/Tests/Core/Menu/LocalTaskIntegrationTestBase.php |
The module handler. |
| LocalTaskIntegrationTestBase::assertLocalTasks |
function |
core/tests/Drupal/Tests/Core/Menu/LocalTaskIntegrationTestBase.php |
Tests integration for local tasks. |
| LocalTaskIntegrationTestBase::getLocalTaskManager |
function |
core/tests/Drupal/Tests/Core/Menu/LocalTaskIntegrationTestBase.php |
Sets up the local task manager for the test. |
| LocalTaskIntegrationTestBase::setUp |
function |
core/tests/Drupal/Tests/Core/Menu/LocalTaskIntegrationTestBase.php |
|
| LocalTaskManagerTest |
class |
core/tests/Drupal/Tests/Core/Menu/LocalTaskManagerTest.php |
Tests Drupal\Core\Menu\LocalTaskManager. |
| LocalTaskManagerTest.php |
file |
core/tests/Drupal/Tests/Core/Menu/LocalTaskManagerTest.php |
|
| LocalTaskManagerTest::$accessManager |
property |
core/tests/Drupal/Tests/Core/Menu/LocalTaskManagerTest.php |
The mocked access manager. |
| LocalTaskManagerTest::$account |
property |
core/tests/Drupal/Tests/Core/Menu/LocalTaskManagerTest.php |
The mocked account. |
| LocalTaskManagerTest::$argumentResolver |
property |
core/tests/Drupal/Tests/Core/Menu/LocalTaskManagerTest.php |
The mocked argument resolver. |
| LocalTaskManagerTest::$cacheBackend |
property |
core/tests/Drupal/Tests/Core/Menu/LocalTaskManagerTest.php |
The cache backend used in the test. |
| LocalTaskManagerTest::$factory |
property |
core/tests/Drupal/Tests/Core/Menu/LocalTaskManagerTest.php |
The plugin factory used in the test. |
| LocalTaskManagerTest::$manager |
property |
core/tests/Drupal/Tests/Core/Menu/LocalTaskManagerTest.php |
The tested manager. |
| LocalTaskManagerTest::$pluginDiscovery |
property |
core/tests/Drupal/Tests/Core/Menu/LocalTaskManagerTest.php |
The mocked plugin discovery. |
| LocalTaskManagerTest::$request |
property |
core/tests/Drupal/Tests/Core/Menu/LocalTaskManagerTest.php |
The test request. |
| LocalTaskManagerTest::$routeMatch |
property |
core/tests/Drupal/Tests/Core/Menu/LocalTaskManagerTest.php |
The route match. |
| LocalTaskManagerTest::$routeProvider |
property |
core/tests/Drupal/Tests/Core/Menu/LocalTaskManagerTest.php |
The mocked route provider. |
| LocalTaskManagerTest::getLocalTaskFixtures |
function |
core/tests/Drupal/Tests/Core/Menu/LocalTaskManagerTest.php |
Return some local tasks plugin definitions. |
| LocalTaskManagerTest::getLocalTasksCache |
function |
core/tests/Drupal/Tests/Core/Menu/LocalTaskManagerTest.php |
Returns the cache entry expected when running getLocalTaskForRoute(). |
| LocalTaskManagerTest::getLocalTasksForRouteResult |
function |
core/tests/Drupal/Tests/Core/Menu/LocalTaskManagerTest.php |
Returns an expected result for getLocalTasksForRoute. |
| LocalTaskManagerTest::setUp |
function |
core/tests/Drupal/Tests/Core/Menu/LocalTaskManagerTest.php |
|
| LocalTaskManagerTest::setupFactory |
function |
core/tests/Drupal/Tests/Core/Menu/LocalTaskManagerTest.php |
Setups the plugin factory with some local task plugins. |
| LocalTaskManagerTest::setupFactoryAndLocalTaskPlugins |
function |
core/tests/Drupal/Tests/Core/Menu/LocalTaskManagerTest.php |
|
| LocalTaskManagerTest::setupLocalTaskManager |
function |
core/tests/Drupal/Tests/Core/Menu/LocalTaskManagerTest.php |
Setups the local task manager for the test. |
| LocalTaskManagerTest::setupNullCacheabilityMetadataValidation |
function |
core/tests/Drupal/Tests/Core/Menu/LocalTaskManagerTest.php |
|
| LocalTaskManagerTest::testGetLocalTaskForRouteWithEmptyCache |
function |
core/tests/Drupal/Tests/Core/Menu/LocalTaskManagerTest.php |
Tests the cache of the local task manager with an empty initial cache. |
| LocalTaskManagerTest::testGetLocalTaskForRouteWithFilledCache |
function |
core/tests/Drupal/Tests/Core/Menu/LocalTaskManagerTest.php |
Tests the cache of the local task manager with a filled initial cache. |
| LocalTaskManagerTest::testGetLocalTasksForRouteForChild |
function |
core/tests/Drupal/Tests/Core/Menu/LocalTaskManagerTest.php |
Tests the getLocalTasksForRoute method on a child. |
| LocalTaskManagerTest::testGetLocalTasksForRouteSingleLevelTitle |
function |
core/tests/Drupal/Tests/Core/Menu/LocalTaskManagerTest.php |
Tests the getLocalTasksForRoute method. |
| LocalTaskManagerTest::testGetTasksBuildWithCacheabilityMetadata |
function |
core/tests/Drupal/Tests/Core/Menu/LocalTaskManagerTest.php |
Tests get tasks build with cacheability metadata. |
| LocalTaskManagerTest::testGetTasksBuildWithFibers |
function |
core/tests/Drupal/Tests/Core/Menu/LocalTaskManagerTest.php |
Test multiple parallel calls with fibers. |
| LocalTaskManagerTest::testGetTitle |
function |
core/tests/Drupal/Tests/Core/Menu/LocalTaskManagerTest.php |
Tests the getTitle method. |
| LocalTasksTest |
class |
core/modules/system/tests/src/Functional/Menu/LocalTasksTest.php |
Tests local tasks derived from router and added/altered via hooks. |
| LocalTasksTest.php |
file |
core/modules/system/tests/src/Functional/Menu/LocalTasksTest.php |
|
| LocalTasksTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Menu/LocalTasksTest.php |
The theme to install as the default for testing. |
| LocalTasksTest::$modules |
property |
core/modules/system/tests/src/Functional/Menu/LocalTasksTest.php |
Modules to install. |
| LocalTasksTest::$sut |
property |
core/modules/system/tests/src/Functional/Menu/LocalTasksTest.php |
The local tasks block under testing. |
| LocalTasksTest::assertLocalTaskAppears |
function |
core/modules/system/tests/src/Functional/Menu/LocalTasksTest.php |
Ensures that some local task appears. |
| LocalTasksTest::assertLocalTasks |
function |
core/modules/system/tests/src/Functional/Menu/LocalTasksTest.php |
Asserts local tasks in the page output. |
| LocalTasksTest::assertNoLocalTasks |
function |
core/modules/system/tests/src/Functional/Menu/LocalTasksTest.php |
Asserts that the local tasks on the specified level are not being printed. |
| LocalTasksTest::assertSameLocalTaskUrl |
function |
core/modules/system/tests/src/Functional/Menu/LocalTasksTest.php |
Asserts that the local task URL matches the expected alias. |
| LocalTasksTest::setUp |
function |
core/modules/system/tests/src/Functional/Menu/LocalTasksTest.php |
|
| LocalTasksTest::testLocalTaskBlock |
function |
core/modules/system/tests/src/Functional/Menu/LocalTasksTest.php |
Tests that local task blocks are configurable to show a specific level. |
| LocalTasksTest::testLocalTaskBlockCache |
function |
core/modules/system/tests/src/Functional/Menu/LocalTasksTest.php |
Tests that local tasks blocks cache is invalidated correctly. |
| LocalTasksTest::testLocalTaskBlockUrl |
function |
core/modules/system/tests/src/Functional/Menu/LocalTasksTest.php |
Tests local task block URLs for entities with path aliases. |
| LocalTasksTest::testPluginLocalTask |
function |
core/modules/system/tests/src/Functional/Menu/LocalTasksTest.php |
Tests the plugin based local tasks. |
| LocalTaskTest |
class |
core/modules/system/tests/modules/menu_test/src/Plugin/Derivative/LocalTaskTest.php |
Tests derivative for testing local tasks. |
| LocalTaskTest.php |
file |
core/modules/system/tests/modules/menu_test/src/Plugin/Derivative/LocalTaskTest.php |
|
| LocalTaskTest::getDerivativeDefinitions |
function |
core/modules/system/tests/modules/menu_test/src/Plugin/Derivative/LocalTaskTest.php |
Gets the definition of all derivatives of a base plugin. |
| LocalTaskTestWithUnsafeTitle |
class |
core/modules/system/tests/modules/menu_test/src/Plugin/Derivative/LocalTaskTestWithUnsafeTitle.php |
Test derivative to check local task title escaping. |