Search for alt
Title | Object type | File name | Summary |
---|---|---|---|
LocalTaskManager::$account | property | core/ |
The current user. |
LocalTaskManager::$argumentResolver | property | core/ |
An argument resolver object. |
LocalTaskManager::$defaults | property | core/ |
A set of defaults to be referenced by $this->processDefinition(). |
LocalTaskManager::$instances | property | core/ |
The plugin instances. |
LocalTaskManager::$requestStack | property | core/ |
The request stack. |
LocalTaskManager::$routeMatch | property | core/ |
The current route match. |
LocalTaskManager::$routeProvider | property | core/ |
The route provider to load routes by name. |
LocalTaskManager::$taskData | property | core/ |
The local task render arrays for the current route. |
LocalTaskManager::getDefinitions | function | core/ |
Gets the definition of all plugins for this type. |
LocalTaskManager::getDiscovery | function | core/ |
Gets the plugin discovery. |
LocalTaskManager::getLocalTasks | function | core/ |
Renders the local tasks (tabs) for the given route. |
LocalTaskManager::getLocalTasksForRoute | function | core/ |
Find all local tasks that appear on a named route. |
LocalTaskManager::getTasksBuild | function | core/ |
Gets the render array for all local tasks. |
LocalTaskManager::getTitle | function | core/ |
Gets the title for a local task. |
LocalTaskManager::isRouteActive | function | core/ |
Determines whether the route of a certain local task is currently active. |
LocalTaskManager::processDefinition | function | core/ |
Performs extra processing on plugin definitions. |
LocalTaskManager::__construct | function | core/ |
Constructs a \Drupal\Core\Menu\LocalTaskManager object. |
LocalTaskManagerInterface | interface | core/ |
Manages discovery and instantiation of menu local task plugins. |
LocalTaskManagerInterface.php | file | core/ |
|
LocalTaskManagerInterface::getLocalTasks | function | core/ |
Renders the local tasks (tabs) for the given route. |
LocalTaskManagerInterface::getLocalTasksForRoute | function | core/ |
Find all local tasks that appear on a named route. |
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 @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::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::testGetLocalTasksForRouteForChild | function | core/ |
Tests the getLocalTasksForRoute method on a child. |
LocalTaskManagerTest::testGetLocalTasksForRouteSingleLevelTitle | function | core/ |
Tests the getLocalTasksForRoute method. |
LocalTaskManagerTest::testGetTasksBuildWithCacheabilityMetadata | function | core/ |
@covers ::getTasksBuild |
LocalTaskManagerTest::testGetTitle | function | core/ |
Tests the getTitle method. |
LocalTasksBlock | class | core/ |
Provides a "Tabs" block to display the local tasks. |
Pagination
- Previous page
- Page 25
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.