Search for _action
- Search 7.x for _action
- Search 8.9.x for _action
- Search 10.3.x for _action
- Search 11.x for _action
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
LocalActionInterface::getWeight | function | core/ |
Returns the weight for the local action. |
LocalActionManager | class | core/ |
Provides the default local action manager using YML as primary definition. |
LocalActionManager.php | file | core/ |
|
LocalActionManager::$accessManager | property | core/ |
The access manager. |
LocalActionManager::$account | property | core/ |
The current user. |
LocalActionManager::$argumentResolver | property | core/ |
An argument resolver object. |
LocalActionManager::$defaults | property | core/ |
Provides some default values for all local action plugins. |
LocalActionManager::$instances | property | core/ |
The plugin instances. |
LocalActionManager::$requestStack | property | core/ |
The request stack. |
LocalActionManager::$routeMatch | property | core/ |
The current route match. |
LocalActionManager::$routeProvider | property | core/ |
The route provider to load routes by name. |
LocalActionManager::getActionsForRoute | function | core/ |
Finds all local actions that appear on a named route. |
LocalActionManager::getDiscovery | function | core/ |
Gets the plugin discovery. |
LocalActionManager::getTitle | function | core/ |
Gets the title for a local action. |
LocalActionManager::__construct | function | core/ |
Constructs a LocalActionManager object. |
LocalActionManagerInterface | interface | core/ |
Manages discovery and instantiation of menu local action plugins. |
LocalActionManagerInterface.php | file | core/ |
|
LocalActionManagerInterface::getActionsForRoute | function | core/ |
Finds all local actions that appear on a named route. |
LocalActionManagerInterface::getTitle | function | core/ |
Gets the title for a local action. |
LocalActionManagerTest | class | core/ |
Tests the local action manager. |
LocalActionManagerTest | class | core/ |
@coversDefaultClass \Drupal\Core\Menu\LocalActionManager[[api-linebreak]] @group Menu |
LocalActionManagerTest.php | file | core/ |
|
LocalActionManagerTest.php | file | core/ |
Contains \Drupal\Tests\Core\Menu\LocalActionManagerTest. |
LocalActionManagerTest::$accessManager | property | core/ |
The mocked access manager. |
LocalActionManagerTest::$account | property | core/ |
The mocked account. |
LocalActionManagerTest::$argumentResolver | property | core/ |
The mocked argument resolver. |
LocalActionManagerTest::$cacheBackend | property | core/ |
The mocked cache backend. |
LocalActionManagerTest::$discovery | property | core/ |
The mocked plugin discovery. |
LocalActionManagerTest::$factory | property | core/ |
The mocked factory. |
LocalActionManagerTest::$localActionManager | property | core/ |
The tested local action manager. |
LocalActionManagerTest::$moduleHandler | property | core/ |
The mocked module handler. |
LocalActionManagerTest::$modules | property | core/ |
Modules to enable. |
LocalActionManagerTest::$request | property | core/ |
The mocked request. |
LocalActionManagerTest::$routeProvider | property | core/ |
The mocked router provider. |
LocalActionManagerTest::getActionsForRouteProvider | function | core/ |
|
LocalActionManagerTest::setUp | function | core/ |
|
LocalActionManagerTest::testCacheability | function | core/ |
Tests the cacheability of local actions. |
LocalActionManagerTest::testGetActionsForRoute | function | core/ |
@covers ::getActionsForRoute[[api-linebreak]] |
LocalActionManagerTest::testGetTitle | function | core/ |
@covers ::getTitle[[api-linebreak]] |
LocalActionsBlock | class | core/ |
Provides a block to display the local actions. |
LocalActionsBlock.php | file | core/ |
|
LocalActionsBlock::$localActionManager | property | core/ |
The local action manager. |
LocalActionsBlock::$routeMatch | property | core/ |
The route match. |
LocalActionsBlock::build | function | core/ |
Builds and returns the renderable array for this block plugin. |
LocalActionsBlock::create | function | core/ |
Creates an instance of the plugin. |
LocalActionsBlock::defaultConfiguration | function | core/ |
|
LocalActionsBlock::__construct | function | core/ |
Creates a LocalActionsBlock instance. |
LocalActionTest | class | core/ |
Tests local actions derived from router and added/altered via hooks. |
LocalActionTest | class | core/ |
Test derivative to check local action title escaping. |
LocalActionTest.php | file | core/ |
Pagination
- Previous page
- Page 7
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.