install_tasks |
function |
core/includes/install.core.inc |
Returns a list of all tasks the installer currently knows about. |
install_tasks_to_display |
function |
core/includes/install.core.inc |
Returns a list of tasks that should be displayed to the end user. |
install_tasks_to_perform |
function |
core/includes/install.core.inc |
Returns a list of tasks to perform during the current installation request. |
LanguageLocalTasksTest |
class |
core/modules/language/tests/src/Unit/Menu/LanguageLocalTasksTest.php |
Tests existence of language local tasks. |
LanguageLocalTasksTest.php |
file |
core/modules/language/tests/src/Unit/Menu/LanguageLocalTasksTest.php |
|
LanguageLocalTasksTest::getLanguageAdminOverviewRoutes |
function |
core/modules/language/tests/src/Unit/Menu/LanguageLocalTasksTest.php |
Provides a list of routes to test. |
LanguageLocalTasksTest::setUp |
function |
core/modules/language/tests/src/Unit/Menu/LanguageLocalTasksTest.php |
|
LanguageLocalTasksTest::testLanguageAdminLocalTasks |
function |
core/modules/language/tests/src/Unit/Menu/LanguageLocalTasksTest.php |
Tests language admin overview local tasks existence. |
LanguageLocalTasksTest::testLanguageEditLocalTasks |
function |
core/modules/language/tests/src/Unit/Menu/LanguageLocalTasksTest.php |
Tests language edit local tasks existence. |
LayoutBuilderEntityFormTrait::saveTasks |
function |
core/modules/layout_builder/src/Form/LayoutBuilderEntityFormTrait.php |
Performs tasks that are needed during the save process. |
LocaleLocalTasksTest |
class |
core/modules/locale/tests/src/Unit/Menu/LocaleLocalTasksTest.php |
Tests locale local tasks. |
LocaleLocalTasksTest.php |
file |
core/modules/locale/tests/src/Unit/Menu/LocaleLocalTasksTest.php |
|
LocaleLocalTasksTest::getLocalePageRoutes |
function |
core/modules/locale/tests/src/Unit/Menu/LocaleLocalTasksTest.php |
Provides a list of routes to test. |
LocaleLocalTasksTest::setUp |
function |
core/modules/locale/tests/src/Unit/Menu/LocaleLocalTasksTest.php |
|
LocaleLocalTasksTest::testLocalePageLocalTasks |
function |
core/modules/locale/tests/src/Unit/Menu/LocaleLocalTasksTest.php |
Checks locale listing local tasks. |
LocalTaskIntegrationTestBase::assertLocalTasks |
function |
core/tests/Drupal/Tests/Core/Menu/LocalTaskIntegrationTestBase.php |
Tests integration for local tasks. |
LocalTaskManager::getLocalTasks |
function |
core/lib/Drupal/Core/Menu/LocalTaskManager.php |
|
LocalTaskManager::getLocalTasksForRoute |
function |
core/lib/Drupal/Core/Menu/LocalTaskManager.php |
|
LocalTaskManager::getTasksBuild |
function |
core/lib/Drupal/Core/Menu/LocalTaskManager.php |
|
LocalTaskManagerInterface::getLocalTasks |
function |
core/lib/Drupal/Core/Menu/LocalTaskManagerInterface.php |
Renders the local tasks (tabs) for the given route. |
LocalTaskManagerInterface::getLocalTasksForRoute |
function |
core/lib/Drupal/Core/Menu/LocalTaskManagerInterface.php |
Find all local tasks that appear on a named route. |
LocalTaskManagerInterface::getTasksBuild |
function |
core/lib/Drupal/Core/Menu/LocalTaskManagerInterface.php |
Gets the render array for all local tasks. |
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::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 |
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::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. |
LocalTasksTest::setUp |
function |
core/modules/system/tests/src/Functional/Menu/LocalTasksTest.php |
|
LocalTasksTest::testLocalTaskBlock |
function |
core/modules/system/tests/src/Functional/Menu/LocalTasksTest.php |
Tests that local task blocks are configurable to show a specific level. |
LocalTasksTest::testLocalTaskBlockCache |
function |
core/modules/system/tests/src/Functional/Menu/LocalTasksTest.php |
Tests that local tasks blocks cache is invalidated correctly. |
LocalTasksTest::testLocalTaskBlockUrl |
function |
core/modules/system/tests/src/Functional/Menu/LocalTasksTest.php |
Tests local task block URLs for entities with path aliases. |