Search for alt

  1. Search 7.x for alt
  2. Search 9.5.x for alt
  3. Search 8.9.x for alt
  4. Search 10.3.x for alt
  5. Other projects
Title Object type File name Summary
LocalTaskManagerInterface::getTasksBuild function core/lib/Drupal/Core/Menu/LocalTaskManagerInterface.php Gets the render array for all local tasks.
LocalTaskManagerInterface::getTitle function core/lib/Drupal/Core/Menu/LocalTaskManagerInterface.php Gets the title for a local task.
LocalTaskManagerTest class core/tests/Drupal/Tests/Core/Menu/LocalTaskManagerTest.php @coversDefaultClass \Drupal\Core\Menu\LocalTaskManager[[api-linebreak]]
@group Menu
LocalTaskManagerTest.php file core/tests/Drupal/Tests/Core/Menu/LocalTaskManagerTest.php
LocalTaskManagerTest::$accessManager property core/tests/Drupal/Tests/Core/Menu/LocalTaskManagerTest.php The mocked access manager.
LocalTaskManagerTest::$account property core/tests/Drupal/Tests/Core/Menu/LocalTaskManagerTest.php The mocked account.
LocalTaskManagerTest::$argumentResolver property core/tests/Drupal/Tests/Core/Menu/LocalTaskManagerTest.php The mocked argument resolver.
LocalTaskManagerTest::$cacheBackend property core/tests/Drupal/Tests/Core/Menu/LocalTaskManagerTest.php The cache backend used in the test.
LocalTaskManagerTest::$factory property core/tests/Drupal/Tests/Core/Menu/LocalTaskManagerTest.php The plugin factory used in the test.
LocalTaskManagerTest::$manager property core/tests/Drupal/Tests/Core/Menu/LocalTaskManagerTest.php The tested manager.
LocalTaskManagerTest::$pluginDiscovery property core/tests/Drupal/Tests/Core/Menu/LocalTaskManagerTest.php The mocked plugin discovery.
LocalTaskManagerTest::$request property core/tests/Drupal/Tests/Core/Menu/LocalTaskManagerTest.php The test request.
LocalTaskManagerTest::$routeMatch property core/tests/Drupal/Tests/Core/Menu/LocalTaskManagerTest.php The route match.
LocalTaskManagerTest::$routeProvider property core/tests/Drupal/Tests/Core/Menu/LocalTaskManagerTest.php The mocked route provider.
LocalTaskManagerTest::getLocalTaskFixtures function core/tests/Drupal/Tests/Core/Menu/LocalTaskManagerTest.php Return some local tasks plugin definitions.
LocalTaskManagerTest::getLocalTasksCache function core/tests/Drupal/Tests/Core/Menu/LocalTaskManagerTest.php Returns the cache entry expected when running getLocalTaskForRoute().
LocalTaskManagerTest::getLocalTasksForRouteResult function core/tests/Drupal/Tests/Core/Menu/LocalTaskManagerTest.php Returns an expected result for getLocalTasksForRoute.
LocalTaskManagerTest::providerTestGetLocalTasks function core/tests/Drupal/Tests/Core/Menu/LocalTaskManagerTest.php Data provider for testGetLocalTasks.
LocalTaskManagerTest::setUp function core/tests/Drupal/Tests/Core/Menu/LocalTaskManagerTest.php
LocalTaskManagerTest::setupFactory function core/tests/Drupal/Tests/Core/Menu/LocalTaskManagerTest.php Setups the plugin factory with some local task plugins.
LocalTaskManagerTest::setupFactoryAndLocalTaskPlugins function core/tests/Drupal/Tests/Core/Menu/LocalTaskManagerTest.php
LocalTaskManagerTest::setupLocalTaskManager function core/tests/Drupal/Tests/Core/Menu/LocalTaskManagerTest.php Setups the local task manager for the test.
LocalTaskManagerTest::setupNullCacheabilityMetadataValidation function core/tests/Drupal/Tests/Core/Menu/LocalTaskManagerTest.php
LocalTaskManagerTest::testGetLocalTaskForRouteWithEmptyCache function core/tests/Drupal/Tests/Core/Menu/LocalTaskManagerTest.php Tests the cache of the local task manager with an empty initial cache.
LocalTaskManagerTest::testGetLocalTaskForRouteWithFilledCache function core/tests/Drupal/Tests/Core/Menu/LocalTaskManagerTest.php Tests the cache of the local task manager with a filled initial cache.
LocalTaskManagerTest::testGetLocalTasks function core/tests/Drupal/Tests/Core/Menu/LocalTaskManagerTest.php Tests the getLocalTasksForRoute method.
LocalTaskManagerTest::testGetLocalTasksForRouteForChild function core/tests/Drupal/Tests/Core/Menu/LocalTaskManagerTest.php Tests the getLocalTasksForRoute method on a child.
LocalTaskManagerTest::testGetLocalTasksForRouteSingleLevelTitle function core/tests/Drupal/Tests/Core/Menu/LocalTaskManagerTest.php Tests the getLocalTasksForRoute method.
LocalTaskManagerTest::testGetTasksBuildWithCacheabilityMetadata function core/tests/Drupal/Tests/Core/Menu/LocalTaskManagerTest.php @covers ::getTasksBuild[[api-linebreak]]
LocalTaskManagerTest::testGetTitle function core/tests/Drupal/Tests/Core/Menu/LocalTaskManagerTest.php Tests the getTitle method.
LocalTasksBlock class core/lib/Drupal/Core/Menu/Plugin/Block/LocalTasksBlock.php Provides a "Tabs" block to display the local tasks.
LocalTasksBlock.php file core/lib/Drupal/Core/Menu/Plugin/Block/LocalTasksBlock.php
LocalTasksBlock::$localTaskManager property core/lib/Drupal/Core/Menu/Plugin/Block/LocalTasksBlock.php The local task manager.
LocalTasksBlock::$routeMatch property core/lib/Drupal/Core/Menu/Plugin/Block/LocalTasksBlock.php The route match.
LocalTasksBlock::blockForm function core/lib/Drupal/Core/Menu/Plugin/Block/LocalTasksBlock.php
LocalTasksBlock::blockSubmit function core/lib/Drupal/Core/Menu/Plugin/Block/LocalTasksBlock.php
LocalTasksBlock::build function core/lib/Drupal/Core/Menu/Plugin/Block/LocalTasksBlock.php Builds and returns the renderable array for this block plugin.
LocalTasksBlock::create function core/lib/Drupal/Core/Menu/Plugin/Block/LocalTasksBlock.php Creates an instance of the plugin.
LocalTasksBlock::createPlaceholder function core/lib/Drupal/Core/Menu/Plugin/Block/LocalTasksBlock.php
LocalTasksBlock::defaultConfiguration function core/lib/Drupal/Core/Menu/Plugin/Block/LocalTasksBlock.php
LocalTasksBlock::__construct function core/lib/Drupal/Core/Menu/Plugin/Block/LocalTasksBlock.php Creates a LocalTasksBlock instance.
LocalTasksTest class core/modules/system/tests/src/Functional/Menu/LocalTasksTest.php Tests local tasks derived from router and added/altered via hooks.
LocalTasksTest.php file core/modules/system/tests/src/Functional/Menu/LocalTasksTest.php
LocalTasksTest::$defaultTheme property core/modules/system/tests/src/Functional/Menu/LocalTasksTest.php The theme to install as the default for testing.
LocalTasksTest::$modules property core/modules/system/tests/src/Functional/Menu/LocalTasksTest.php Modules to install.
LocalTasksTest::$sut property core/modules/system/tests/src/Functional/Menu/LocalTasksTest.php The local tasks block under testing.
LocalTasksTest::assertLocalTaskAppears function core/modules/system/tests/src/Functional/Menu/LocalTasksTest.php Ensures that some local task appears.
LocalTasksTest::assertLocalTasks function core/modules/system/tests/src/Functional/Menu/LocalTasksTest.php Asserts local tasks in the page output.
LocalTasksTest::assertNoLocalTasks function core/modules/system/tests/src/Functional/Menu/LocalTasksTest.php Asserts that the local tasks on the specified level are not being printed.
LocalTasksTest::assertSameLocalTaskUrl function core/modules/system/tests/src/Functional/Menu/LocalTasksTest.php Asserts that the local task URL matches the expected alias.

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