Search for alt
Title | Object type | File name | Summary |
---|---|---|---|
locale_test_development_release_system_info_alter | function | core/ |
Implements hook_system_info_alter(). |
locale_test_language_fallback_candidates_locale_lookup_alter | function | core/ |
Implements hook_language_fallback_candidates_OPERATION_alter(). |
locale_test_locale_translation_projects_alter | function | core/ |
Implements hook_locale_translation_projects_alter(). |
locale_test_system_info_alter | function | core/ |
Implements hook_system_info_alter(). |
locale_test_translate_system_info_alter | function | core/ |
Implements hook_system_info_alter(). |
LocalTaskDefault | class | core/ |
Default object used for LocalTaskPlugins. |
LocalTaskDefault.php | file | core/ |
|
LocalTaskDefault::$active | property | core/ |
TRUE if this plugin is forced active for options attributes. |
LocalTaskDefault::$routeProvider | property | core/ |
The route provider to load routes by name. |
LocalTaskDefault::getActive | function | core/ |
Gets the active status. |
LocalTaskDefault::getCacheContexts | function | core/ |
The cache contexts associated with this object. |
LocalTaskDefault::getCacheMaxAge | function | core/ |
The maximum age for which this object may be cached. |
LocalTaskDefault::getCacheTags | function | core/ |
The cache tags associated with this object. |
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/ |
Contains \Drupal\Tests\Core\Menu\LocalTaskDefaultTest. |
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. |
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.