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. |
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. |
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 |
Renders the local tasks (tabs) for the given route. |
LocalTaskManager::getLocalTasksForRoute |
function |
core/lib/Drupal/Core/Menu/LocalTaskManager.php |
Find all local tasks that appear on a named route. |
LocalTaskManager::getTasksBuild |
function |
core/lib/Drupal/Core/Menu/LocalTaskManager.php |
Gets the render array for all local tasks. |
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 |
|
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 enable. |
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. |