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/ |
@coversDefaultClass \Drupal\Core\Menu\LocalTaskDefault @group Menu |
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/ |
@covers ::getActive @covers ::setActive |
LocalTaskDefaultTest::testCacheabilityMetadata | function | core/ |
@covers ::getCacheContexts @covers ::getCacheTags @covers ::getCacheMaxAge |
LocalTaskDefaultTest::testGetOptions | function | core/ |
@covers ::getOptions |
LocalTaskDefaultTest::testGetRouteParametersForDynamicRouteWithNonUpcastedParameters | function | core/ |
@covers ::getRouteParameters |
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 |
LocalTaskDefaultTest::testGetRouteParametersInPluginDefinitions | function | core/ |
@covers ::getRouteParameters |
LocalTaskDefaultTest::testGetTitle | function | core/ |
@covers ::getTitle |
LocalTaskDefaultTest::testGetTitleWithContext | function | core/ |
@covers ::getTitle |
LocalTaskDefaultTest::testGetTitleWithTitleArguments | function | core/ |
@covers ::getTitle |
LocalTaskDefaultTest::testGetWeight | function | core/ |
@dataProvider providerTestGetWeight @covers ::getWeight |
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.