Search for alt
Title | Object type | File name | Summary |
---|---|---|---|
LocalTaskManagerInterface::getTasksBuild | function | core/ |
Gets the render array for all local tasks. |
LocalTaskManagerInterface::getTitle | function | core/ |
Gets the title for a local task. |
LocalTaskManagerTest | class | core/ |
@coversDefaultClass \Drupal\Core\Menu\LocalTaskManager[[api-linebreak]] @group Menu |
LocalTaskManagerTest.php | file | core/ |
|
LocalTaskManagerTest::$accessManager | property | core/ |
The mocked access manager. |
LocalTaskManagerTest::$account | property | core/ |
The mocked account. |
LocalTaskManagerTest::$argumentResolver | property | core/ |
The mocked argument resolver. |
LocalTaskManagerTest::$cacheBackend | property | core/ |
The cache backend used in the test. |
LocalTaskManagerTest::$factory | property | core/ |
The plugin factory used in the test. |
LocalTaskManagerTest::$manager | property | core/ |
The tested manager. |
LocalTaskManagerTest::$pluginDiscovery | property | core/ |
The mocked plugin discovery. |
LocalTaskManagerTest::$request | property | core/ |
The test request. |
LocalTaskManagerTest::$routeMatch | property | core/ |
The route match. |
LocalTaskManagerTest::$routeProvider | property | core/ |
The mocked route provider. |
LocalTaskManagerTest::getLocalTaskFixtures | function | core/ |
Return some local tasks plugin definitions. |
LocalTaskManagerTest::getLocalTasksCache | function | core/ |
Returns the cache entry expected when running getLocalTaskForRoute(). |
LocalTaskManagerTest::getLocalTasksForRouteResult | function | core/ |
Returns an expected result for getLocalTasksForRoute. |
LocalTaskManagerTest::providerTestGetLocalTasks | function | core/ |
Data provider for testGetLocalTasks. |
LocalTaskManagerTest::setUp | function | core/ |
|
LocalTaskManagerTest::setupFactory | function | core/ |
Setups the plugin factory with some local task plugins. |
LocalTaskManagerTest::setupFactoryAndLocalTaskPlugins | function | core/ |
|
LocalTaskManagerTest::setupLocalTaskManager | function | core/ |
Setups the local task manager for the test. |
LocalTaskManagerTest::setupNullCacheabilityMetadataValidation | function | core/ |
|
LocalTaskManagerTest::testGetLocalTaskForRouteWithEmptyCache | function | core/ |
Tests the cache of the local task manager with an empty initial cache. |
LocalTaskManagerTest::testGetLocalTaskForRouteWithFilledCache | function | core/ |
Tests the cache of the local task manager with a filled initial cache. |
LocalTaskManagerTest::testGetLocalTasks | function | core/ |
Tests the getLocalTasksForRoute method. |
LocalTaskManagerTest::testGetLocalTasksForRouteForChild | function | core/ |
Tests the getLocalTasksForRoute method on a child. |
LocalTaskManagerTest::testGetLocalTasksForRouteSingleLevelTitle | function | core/ |
Tests the getLocalTasksForRoute method. |
LocalTaskManagerTest::testGetTasksBuildWithCacheabilityMetadata | function | core/ |
@covers ::getTasksBuild[[api-linebreak]] |
LocalTaskManagerTest::testGetTitle | function | core/ |
Tests the getTitle method. |
LocalTasksBlock | class | core/ |
Provides a "Tabs" block to display the local tasks. |
LocalTasksBlock.php | file | core/ |
|
LocalTasksBlock::$localTaskManager | property | core/ |
The local task manager. |
LocalTasksBlock::$routeMatch | property | core/ |
The route match. |
LocalTasksBlock::blockForm | function | core/ |
|
LocalTasksBlock::blockSubmit | function | core/ |
|
LocalTasksBlock::build | function | core/ |
Builds and returns the renderable array for this block plugin. |
LocalTasksBlock::create | function | core/ |
Creates an instance of the plugin. |
LocalTasksBlock::createPlaceholder | function | core/ |
|
LocalTasksBlock::defaultConfiguration | function | core/ |
|
LocalTasksBlock::__construct | function | core/ |
Creates a LocalTasksBlock instance. |
LocalTasksTest | class | core/ |
Tests local tasks derived from router and added/altered via hooks. |
LocalTasksTest.php | file | core/ |
|
LocalTasksTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
LocalTasksTest::$modules | property | core/ |
Modules to install. |
LocalTasksTest::$sut | property | core/ |
The local tasks block under testing. |
LocalTasksTest::assertLocalTaskAppears | function | core/ |
Ensures that some local task appears. |
LocalTasksTest::assertLocalTasks | function | core/ |
Asserts local tasks in the page output. |
LocalTasksTest::assertNoLocalTasks | function | core/ |
Asserts that the local tasks on the specified level are not being printed. |
LocalTasksTest::assertSameLocalTaskUrl | function | core/ |
Asserts that the local task URL matches the expected alias. |
Pagination
- Previous page
- Page 27
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.