Search for alt
Title | Object type | File name | Summary |
---|---|---|---|
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::$defaults | property | core/ |
A set of defaults to be referenced by $this->processDefinition(). |
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. |
LocalTaskManager::getTasksBuild | function | core/ |
Gets the render array for all local tasks. |
LocalTaskManager::getTitle | function | core/ |
Gets the title for a local task. |
LocalTaskManager::isRouteActive | function | core/ |
Determines whether the route of a certain local task is currently active. |
LocalTaskManager::processDefinition | function | core/ |
Performs extra processing on plugin definitions. |
LocalTaskManager::__construct | function | core/ |
Constructs a \Drupal\Core\Menu\LocalTaskManager object. |
LocalTaskManagerInterface | interface | core/ |
Manages discovery and instantiation of menu local task plugins. |
LocalTaskManagerInterface.php | file | core/ |
|
LocalTaskManagerInterface::getLocalTasks | function | core/ |
Renders the local tasks (tabs) for the given route. |
LocalTaskManagerInterface::getLocalTasksForRoute | function | core/ |
Find all local tasks that appear on a named route. |
LocalTaskManagerInterface::getTasksBuild | function | core/ |
Gets the render array for all local tasks. |
LocalTaskManagerInterface::getTitle | function | core/ |
Gets the title for a local task. |
LocalTaskManagerTest | class | core/ |
@coversDefaultClass \Drupal\Core\Menu\LocalTaskManager @group Menu |
LocalTaskManagerTest.php | file | core/ |
|
LocalTaskManagerTest::$accessManager | property | core/ |
The mocked access manager. |
LocalTaskManagerTest::$account | property | core/ |
The mocked account. |
LocalTaskManagerTest::$argumentResolver | property | core/ |
The mocked argument resolver. |
LocalTaskManagerTest::$cacheBackend | property | core/ |
The cache backend used in the test. |
LocalTaskManagerTest::$factory | property | core/ |
The plugin factory used in the test. |
LocalTaskManagerTest::$manager | property | core/ |
The tested manager. |
LocalTaskManagerTest::$pluginDiscovery | property | core/ |
The mocked plugin discovery. |
LocalTaskManagerTest::$request | property | core/ |
The test request. |
LocalTaskManagerTest::$routeMatch | property | core/ |
The route match. |
LocalTaskManagerTest::$routeProvider | property | core/ |
The mocked route provider. |
LocalTaskManagerTest::getLocalTaskFixtures | function | core/ |
Return some local tasks plugin definitions. |
LocalTaskManagerTest::getLocalTasksCache | function | core/ |
Returns the cache entry expected when running getLocalTaskForRoute(). |
Pagination
- Previous page
- Page 22
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.