Search for alt
- Search 7.x for alt
- Search 9.5.x for alt
- Search 8.9.x for alt
- Search 10.3.x for alt
- Search 11.x for alt
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| locale_form_language_admin_edit_form_alter_submit | function | core/ |
Form submission handler for language_admin_edit_form(). |
| 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/ |
|
| LocalTaskDefault::getCacheContexts | function | core/ |
|
| LocalTaskDefault::getCacheMaxAge | function | core/ |
|
| LocalTaskDefault::getCacheTags | function | core/ |
|
| LocalTaskDefault::getOptions | function | core/ |
|
| LocalTaskDefault::getRouteName | function | core/ |
|
| LocalTaskDefault::getRouteParameters | function | core/ |
|
| LocalTaskDefault::getTitle | function | core/ |
|
| LocalTaskDefault::getWeight | function | core/ |
Returns the weight of the local task. |
| LocalTaskDefault::routeProvider | function | core/ |
Returns the route provider. |
| LocalTaskDefault::setActive | function | core/ |
|
| 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::providerTestGetWeight | function | core/ |
Defines a data provider for testGetWeight(). |
| 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. |
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.