Search for all

  1. Search 7.x for all
  2. Search 8.9.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Search main for all
  6. Other projects
Title Object type File name Summary
LocalActionInterface::getRouteName function core/lib/Drupal/Core/Menu/LocalActionInterface.php Get the route name from the settings.
LocalActionInterface::getRouteParameters function core/lib/Drupal/Core/Menu/LocalActionInterface.php Returns the route parameters needed to render a link for the local action.
LocalActionInterface::getTitle function core/lib/Drupal/Core/Menu/LocalActionInterface.php Returns the localized title to be shown for this action.
LocalActionInterface::getWeight function core/lib/Drupal/Core/Menu/LocalActionInterface.php Returns the weight for the local action.
LocalActionManager class core/lib/Drupal/Core/Menu/LocalActionManager.php Provides the default local action manager using YML as primary definition.
LocalActionManager.php file core/lib/Drupal/Core/Menu/LocalActionManager.php
LocalActionManager::$accessManager property core/lib/Drupal/Core/Menu/LocalActionManager.php The access manager.
LocalActionManager::$account property core/lib/Drupal/Core/Menu/LocalActionManager.php The current user.
LocalActionManager::$argumentResolver property core/lib/Drupal/Core/Menu/LocalActionManager.php An argument resolver object.
LocalActionManager::$defaults property core/lib/Drupal/Core/Menu/LocalActionManager.php Provides some default values for all local action plugins.
LocalActionManager::$instances property core/lib/Drupal/Core/Menu/LocalActionManager.php The plugin instances.
LocalActionManager::$requestStack property core/lib/Drupal/Core/Menu/LocalActionManager.php The request stack.
LocalActionManager::$routeMatch property core/lib/Drupal/Core/Menu/LocalActionManager.php The current route match.
LocalActionManager::$routeProvider property core/lib/Drupal/Core/Menu/LocalActionManager.php The route provider to load routes by name.
LocalActionManager::getActionsForRoute function core/lib/Drupal/Core/Menu/LocalActionManager.php Finds all local actions that appear on a named route.
LocalActionManager::getDiscovery function core/lib/Drupal/Core/Menu/LocalActionManager.php Gets the plugin discovery.
LocalActionManager::getTitle function core/lib/Drupal/Core/Menu/LocalActionManager.php Gets the title for a local action.
LocalActionManager::__construct function core/lib/Drupal/Core/Menu/LocalActionManager.php Constructs a LocalActionManager object.
LocalActionManagerInterface interface core/lib/Drupal/Core/Menu/LocalActionManagerInterface.php Manages discovery and instantiation of menu local action plugins.
LocalActionManagerInterface.php file core/lib/Drupal/Core/Menu/LocalActionManagerInterface.php
LocalActionManagerInterface::getActionsForRoute function core/lib/Drupal/Core/Menu/LocalActionManagerInterface.php Finds all local actions that appear on a named route.
LocalActionManagerInterface::getTitle function core/lib/Drupal/Core/Menu/LocalActionManagerInterface.php Gets the title for a local action.
LocalActionManagerTest class core/tests/Drupal/Tests/Core/Menu/LocalActionManagerTest.php @coversDefaultClass \Drupal\Core\Menu\LocalActionManager[[api-linebreak]]
@group Menu
LocalActionManagerTest class core/tests/Drupal/KernelTests/Core/Menu/LocalActionManagerTest.php Tests the local action manager.
LocalActionManagerTest.php file core/tests/Drupal/KernelTests/Core/Menu/LocalActionManagerTest.php
LocalActionManagerTest.php file core/tests/Drupal/Tests/Core/Menu/LocalActionManagerTest.php Contains \Drupal\Tests\Core\Menu\LocalActionManagerTest.
LocalActionManagerTest::$accessManager property core/tests/Drupal/Tests/Core/Menu/LocalActionManagerTest.php The mocked access manager.
LocalActionManagerTest::$account property core/tests/Drupal/Tests/Core/Menu/LocalActionManagerTest.php The mocked account.
LocalActionManagerTest::$argumentResolver property core/tests/Drupal/Tests/Core/Menu/LocalActionManagerTest.php The mocked argument resolver.
LocalActionManagerTest::$cacheBackend property core/tests/Drupal/Tests/Core/Menu/LocalActionManagerTest.php The mocked cache backend.
LocalActionManagerTest::$discovery property core/tests/Drupal/Tests/Core/Menu/LocalActionManagerTest.php The mocked plugin discovery.
LocalActionManagerTest::$factory property core/tests/Drupal/Tests/Core/Menu/LocalActionManagerTest.php The mocked factory.
LocalActionManagerTest::$localActionManager property core/tests/Drupal/Tests/Core/Menu/LocalActionManagerTest.php The tested local action manager.
LocalActionManagerTest::$moduleHandler property core/tests/Drupal/Tests/Core/Menu/LocalActionManagerTest.php The mocked module handler.
LocalActionManagerTest::$modules property core/tests/Drupal/KernelTests/Core/Menu/LocalActionManagerTest.php Modules to enable.
LocalActionManagerTest::$request property core/tests/Drupal/Tests/Core/Menu/LocalActionManagerTest.php The mocked request.
LocalActionManagerTest::$routeProvider property core/tests/Drupal/Tests/Core/Menu/LocalActionManagerTest.php The mocked router provider.
LocalActionManagerTest::getActionsForRouteProvider function core/tests/Drupal/Tests/Core/Menu/LocalActionManagerTest.php
LocalActionManagerTest::setUp function core/tests/Drupal/Tests/Core/Menu/LocalActionManagerTest.php
LocalActionManagerTest::testCacheability function core/tests/Drupal/KernelTests/Core/Menu/LocalActionManagerTest.php Tests the cacheability of local actions.
LocalActionManagerTest::testGetActionsForRoute function core/tests/Drupal/Tests/Core/Menu/LocalActionManagerTest.php @covers ::getActionsForRoute[[api-linebreak]]
LocalActionManagerTest::testGetTitle function core/tests/Drupal/Tests/Core/Menu/LocalActionManagerTest.php @covers ::getTitle[[api-linebreak]]
LocalActionsBlock class core/lib/Drupal/Core/Menu/Plugin/Block/LocalActionsBlock.php Provides a block to display the local actions.
LocalActionsBlock.php file core/lib/Drupal/Core/Menu/Plugin/Block/LocalActionsBlock.php
LocalActionsBlock::$localActionManager property core/lib/Drupal/Core/Menu/Plugin/Block/LocalActionsBlock.php The local action manager.
LocalActionsBlock::$routeMatch property core/lib/Drupal/Core/Menu/Plugin/Block/LocalActionsBlock.php The route match.
LocalActionsBlock::build function core/lib/Drupal/Core/Menu/Plugin/Block/LocalActionsBlock.php Builds and returns the renderable array for this block plugin.
LocalActionsBlock::create function core/lib/Drupal/Core/Menu/Plugin/Block/LocalActionsBlock.php Creates an instance of the plugin.
LocalActionsBlock::defaultConfiguration function core/lib/Drupal/Core/Menu/Plugin/Block/LocalActionsBlock.php
LocalActionsBlock::__construct function core/lib/Drupal/Core/Menu/Plugin/Block/LocalActionsBlock.php Creates a LocalActionsBlock instance.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.