Search for _action

  1. Search 7.x for _action
  2. Search 9.5.x for _action
  3. Search 10.3.x for _action
  4. Search 11.x for _action
  5. Other projects
Title Object type File name Summary
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/KernelTests/Core/Menu/LocalActionManagerTest.php Tests the local action manager.
LocalActionManagerTest class core/tests/Drupal/Tests/Core/Menu/LocalActionManagerTest.php @coversDefaultClass \Drupal\Core\Menu\LocalActionManager[[api-linebreak]]
@group Menu
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::testControllerResolverDeprecation function core/tests/Drupal/Tests/Core/Menu/LocalActionManagerTest.php @expectedDeprecation Using the 'controller_resolver' service as the first argument is deprecated, use the 'http_kernel.controller.argument_resolver' instead. If your subclass requires the 'controller_resolver' service add…
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]]
LocalActionsAndTasksConvertedIntoBlocksUpdateTest class core/modules/system/tests/src/Functional/Update/LocalActionsAndTasksConvertedIntoBlocksUpdateTest.php Tests the upgrade path for local actions/tasks being converted into blocks.
LocalActionsAndTasksConvertedIntoBlocksUpdateTest.php file core/modules/system/tests/src/Functional/Update/LocalActionsAndTasksConvertedIntoBlocksUpdateTest.php
LocalActionsAndTasksConvertedIntoBlocksUpdateTest::$defaultTheme property core/modules/system/tests/src/Functional/Update/LocalActionsAndTasksConvertedIntoBlocksUpdateTest.php The theme to install as the default for testing.
LocalActionsAndTasksConvertedIntoBlocksUpdateTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/LocalActionsAndTasksConvertedIntoBlocksUpdateTest.php Set database dump files to be used.
LocalActionsAndTasksConvertedIntoBlocksUpdateTest::setUp function core/modules/system/tests/src/Functional/Update/LocalActionsAndTasksConvertedIntoBlocksUpdateTest.php Overrides WebTestBase::setUp() for update testing.
LocalActionsAndTasksConvertedIntoBlocksUpdateTest::testUpdateHookN function core/modules/system/tests/src/Functional/Update/LocalActionsAndTasksConvertedIntoBlocksUpdateTest.php Tests that local actions/tasks are being converted into blocks.
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.
LocalActionTest class core/modules/system/tests/src/Functional/Menu/LocalActionTest.php Tests local actions derived from router and added/altered via hooks.
LocalActionTest class core/modules/system/tests/modules/menu_test/src/Plugin/Derivative/LocalActionTest.php Test derivative to check local action title escaping.
LocalActionTest.php file core/modules/system/tests/src/Functional/Menu/LocalActionTest.php
LocalActionTest.php file core/modules/system/tests/modules/menu_test/src/Plugin/Derivative/LocalActionTest.php
LocalActionTest::$defaultTheme property core/modules/system/tests/src/Functional/Menu/LocalActionTest.php The theme to install as the default for testing.
LocalActionTest::$modules property core/modules/system/tests/src/Functional/Menu/LocalActionTest.php Modules to enable.
LocalActionTest::assertLocalAction function core/modules/system/tests/src/Functional/Menu/LocalActionTest.php Asserts local actions in the page output.
LocalActionTest::getDerivativeDefinitions function core/modules/system/tests/modules/menu_test/src/Plugin/Derivative/LocalActionTest.php Gets the definition of all derivatives of a base plugin.
LocalActionTest::setUp function core/modules/system/tests/src/Functional/Menu/LocalActionTest.php
LocalActionTest::testLocalAction function core/modules/system/tests/src/Functional/Menu/LocalActionTest.php Tests appearance of local actions.

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