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/dummydb/src/Driver/Database/dummydb/Install/Tasks.php Specifies installation tasks for DummyDB test database.
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/modules/mysqli/src/Driver/Database/mysqli/Install/Tasks.php Specifies installation tasks for MySQLi.
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.

All search results

Title Object type File name Summary
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::providerTestGetLocalTasks function core/tests/Drupal/Tests/Core/Menu/LocalTaskManagerTest.php Data provider for testGetLocalTasks.
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]]
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.
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.
LocalTasksTest::testPluginLocalTask function core/modules/system/tests/src/Functional/Menu/LocalTasksTest.php Tests the plugin based local tasks.
ManageDisplayTest::testFormModeLocalTasksOrder function core/modules/field_ui/tests/src/Functional/ManageDisplayTest.php Tests if form mode local tasks appear in alphabetical order by label.
ManageDisplayTest::testViewModeLocalTasks function core/modules/field_ui/tests/src/Functional/ManageDisplayTest.php Tests the local tasks are displayed correctly for view modes.
ManageDisplayTest::testViewModeLocalTasksOrder function core/modules/field_ui/tests/src/Functional/ManageDisplayTest.php Tests if display mode local tasks appear in alphabetical order by label.
MediaLibraryHooks::localTasksAlter function core/modules/media_library/src/Hook/MediaLibraryHooks.php Implements hook_local_tasks_alter().
menu-local-tasks.html.twig file core/themes/starterkit_theme/templates/navigation/menu-local-tasks.html.twig Theme override to display primary and secondary local tasks.

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