Search for alt
| Title | Object type | File name | Summary |
|---|---|---|---|
| LocalTaskDefaultTest::$routeProvider | property | core/ |
The mocked route provider. |
| LocalTaskDefaultTest::$stringTranslation | property | core/ |
The mocked translator. |
| LocalTaskDefaultTest::providerTestGetWeight | function | core/ |
Defines a data provider for testGetWeight(). |
| LocalTaskDefaultTest::setUp | function | core/ |
|
| LocalTaskDefaultTest::setupLocalTaskDefault | function | core/ |
Setups the local task default. |
| LocalTaskDefaultTest::testActive | function | core/ |
@covers ::getActive[[api-linebreak]] @covers ::setActive[[api-linebreak]] |
| LocalTaskDefaultTest::testCacheabilityMetadata | function | core/ |
@covers ::getCacheContexts[[api-linebreak]] @covers ::getCacheTags[[api-linebreak]] @covers ::getCacheMaxAge[[api-linebreak]] |
| LocalTaskDefaultTest::testGetOptions | function | core/ |
@covers ::getOptions[[api-linebreak]] |
| LocalTaskDefaultTest::testGetRouteParametersForDynamicRouteWithNonUpcastedParameters | function | core/ |
@covers ::getRouteParameters[[api-linebreak]] |
| LocalTaskDefaultTest::testGetRouteParametersForDynamicRouteWithUpcastedParameters | function | core/ |
Tests the getRouteParameters method for a route with upcasted parameters. |
| LocalTaskDefaultTest::testGetRouteParametersForDynamicRouteWithUpcastedParametersEmptyRawParameters | function | core/ |
Tests the getRouteParameters method for a route with upcasted parameters. |
| LocalTaskDefaultTest::testGetRouteParametersForStaticRoute | function | core/ |
@covers ::getRouteParameters[[api-linebreak]] |
| LocalTaskDefaultTest::testGetRouteParametersInPluginDefinitions | function | core/ |
@covers ::getRouteParameters[[api-linebreak]] |
| LocalTaskDefaultTest::testGetTitle | function | core/ |
@covers ::getTitle[[api-linebreak]] |
| LocalTaskDefaultTest::testGetTitleWithContext | function | core/ |
@covers ::getTitle[[api-linebreak]] |
| LocalTaskDefaultTest::testGetTitleWithTitleArguments | function | core/ |
@covers ::getTitle[[api-linebreak]] |
| LocalTaskDefaultTest::testGetWeight | function | core/ |
@dataProvider providerTestGetWeight @covers ::getWeight[[api-linebreak]] |
| LocalTaskIntegrationTestBase | class | core/ |
Defines a base unit test for testing existence of local tasks. |
| LocalTaskIntegrationTestBase.php | file | core/ |
|
| LocalTaskIntegrationTestBase::$container | property | core/ |
The container. |
| LocalTaskIntegrationTestBase::$directoryList | property | core/ |
A list of module directories used for YAML searching. |
| LocalTaskIntegrationTestBase::$moduleHandler | property | core/ |
The module handler. |
| LocalTaskIntegrationTestBase::assertLocalTasks | function | core/ |
Tests integration for local tasks. |
| LocalTaskIntegrationTestBase::getLocalTaskManager | function | core/ |
Sets up the local task manager for the test. |
| LocalTaskIntegrationTestBase::setUp | function | core/ |
|
| LocalTaskInterface | interface | core/ |
Defines an interface for menu local tasks. |
| LocalTaskInterface.php | file | core/ |
|
| LocalTaskInterface::getActive | function | core/ |
Gets the active status. |
| LocalTaskInterface::getOptions | function | core/ |
Returns options for rendering a link to the local task. |
| LocalTaskInterface::getRouteName | function | core/ |
Get the route name from the settings. |
| LocalTaskInterface::getRouteParameters | function | core/ |
Returns the route parameters needed to render a link for the local task. |
| LocalTaskInterface::getTitle | function | core/ |
Returns the localized title to be shown for this tab. |
| LocalTaskInterface::getWeight | function | core/ |
Returns the weight of the local task. |
| LocalTaskInterface::setActive | function | core/ |
Sets the active status. |
| LocalTaskManager | class | core/ |
Provides the default local task manager using YML as primary definition. |
| LocalTaskManager.php | file | core/ |
|
| LocalTaskManager::$accessManager | property | core/ |
The access manager. |
| LocalTaskManager::$account | property | core/ |
The current user. |
| LocalTaskManager::$argumentResolver | property | core/ |
An argument resolver object. |
| LocalTaskManager::$controllerResolver | property | core/ |
A controller resolver object. |
| LocalTaskManager::$defaults | property | core/ |
A set of defaults to be referenced by $this->processDefinition() if additional processing of plugins is necessary or helpful for development purposes. |
| 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. |
Pagination
- Previous page
- Page 20
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.