Search for alt
Title | Object type | File name | Summary |
---|---|---|---|
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::testControllerResolverDeprecation | function | core/ |
@expectedDeprecation Using the 'controller_resolver' service as the first argument is deprecated, use the 'http_kernel.controller.argument_resolver' instead. If your subclass requires the 'controller_resolver' service add… |
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. |
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/ |
|
LocalTasksBlock::create | function | core/ |
Creates an instance of the plugin. |
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/ |
Pagination
- Previous page
- Page 21
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.