Search for tasks

  1. Search 7.x for tasks
  2. Search 9.5.x for tasks
  3. Search 8.9.x for tasks
  4. Search 10.3.x for tasks
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Tasks class core/modules/sqlite/src/Driver/Database/sqlite/Install/Tasks.php Specifies installation tasks for SQLite databases.
Tasks class core/modules/mysql/src/Driver/Database/mysql/Install/Tasks.php Specifies installation tasks for MySQL and equivalent databases.
Tasks class core/modules/system/tests/modules/driver_test/src/Driver/Database/DriverTestMysql/Install/Tasks.php Specifies installation tasks for MySQL test databases.
Tasks class core/modules/system/tests/modules/driver_test/src/Driver/Database/DriverTestMysqlDeprecatedVersion/Install/Tasks.php Specifies installation tasks for MySQL test databases.
Tasks class core/modules/system/tests/modules/driver_test/src/Driver/Database/DriverTestPgsql/Install/Tasks.php Specifies installation tasks for PostgreSQL databases.
Tasks class core/modules/pgsql/src/Driver/Database/pgsql/Install/Tasks.php Specifies installation tasks for PostgreSQL databases.
Tasks class core/tests/Drupal/Tests/Core/Database/fixtures/core/modules/driver_missing_dependency_test/src/Driver/Database/MissingDependency/Install/Tasks.php Specifies fake installation tasks for test.
Tasks class core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFake/Install/Tasks.php Specifies installation tasks for CoreFake.
Tasks class core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/Install/Tasks.php Specifies installation tasks for CoreFakeWithAllCustomClasses.
Tasks class core/tests/fixtures/database_drivers/core/CoreFake/Install/Tasks.php

All search results

Title Object type File name Summary
install_run_tasks function core/includes/install.core.inc Runs all tasks for the current installation request.
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 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 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.

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