Search for alt
| Title | Object type | File name | Summary |
|---|---|---|---|
| LocalTaskDefault::getOptions | function | core/ |
Returns options for rendering a link to the local task. |
| LocalTaskDefault::getRouteName | function | core/ |
Get the route name from the settings. |
| LocalTaskDefault::getRouteParameters | function | core/ |
Returns the route parameters needed to render a link for the local task. |
| LocalTaskDefault::getTitle | function | core/ |
Returns the localized title to be shown for this tab. |
| LocalTaskDefault::getWeight | function | core/ |
Returns the weight of the local task. |
| LocalTaskDefault::routeProvider | function | core/ |
Returns the route provider. |
| LocalTaskDefault::setActive | function | core/ |
Sets the active status. |
| LocalTaskDefaultTest | class | core/ |
Tests Drupal\Core\Menu\LocalTaskDefault. |
| LocalTaskDefaultTest.php | file | core/ |
|
| LocalTaskDefaultTest::$config | property | core/ |
The used plugin configuration. |
| LocalTaskDefaultTest::$localTaskBase | property | core/ |
The tested local task default plugin. |
| LocalTaskDefaultTest::$pluginDefinition | property | core/ |
The used plugin definition. |
| LocalTaskDefaultTest::$pluginId | property | core/ |
The used plugin ID. |
| 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/ |
Tests active. |
| LocalTaskDefaultTest::testCacheabilityMetadata | function | core/ |
Tests cacheability metadata. |
| LocalTaskDefaultTest::testGetOptions | function | core/ |
Tests get options. |
| LocalTaskDefaultTest::testGetRouteParametersForDynamicRouteWithNonUpcastedParameters | function | core/ |
Tests get route parameters for dynamic route with non upcasted parameters. |
| 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/ |
Tests get route parameters for static route. |
| LocalTaskDefaultTest::testGetRouteParametersInPluginDefinitions | function | core/ |
Tests get route parameters in plugin definitions. |
| LocalTaskDefaultTest::testGetTitle | function | core/ |
Tests get title. |
| LocalTaskDefaultTest::testGetTitleWithContext | function | core/ |
Tests get title with context. |
| LocalTaskDefaultTest::testGetTitleWithTitleArguments | function | core/ |
Tests get title with title arguments. |
| LocalTaskDefaultTest::testGetWeight | function | core/ |
Tests get weight. |
| 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. |
Pagination
- Previous page
- Page 24
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.