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. Search main for tasks
  6. 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
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/profiles/demo_umami/themes/umami/templates/components/navigation/menu-local-tasks.html.twig Theme override to display primary and secondary local tasks.
menu-local-tasks.html.twig file core/themes/olivero/templates/navigation/menu-local-tasks.html.twig Olivero theme implementation to display primary and secondary local tasks.
menu-local-tasks.html.twig file core/themes/stable9/templates/navigation/menu-local-tasks.html.twig Theme override to display primary and secondary local tasks.
menu-local-tasks.html.twig file core/themes/claro/templates/menu-local-tasks.html.twig Claro theme implementation to display primary and secondary local tasks.
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.
menu-local-tasks.html.twig file core/modules/system/templates/menu-local-tasks.html.twig Default theme implementation to display primary and secondary local tasks.
menu-local-tasks.html.twig file core/themes/admin/templates/navigation/menu-local-tasks.html.twig Gin theme implementation to display primary and secondary local tasks.
menu-local-tasks.html.twig file core/themes/default_admin/templates/navigation/menu-local-tasks.html.twig Gin theme implementation to display primary and secondary local tasks.
MenuTestHooks::menuLocalTasksAlter function core/modules/system/tests/modules/menu_test/src/Hook/MenuTestHooks.php Implements hook_menu_local_tasks_alter().
Module::postUpdateTasks function core/lib/Drupal/Core/Updater/Module.php Returns an array of links to pages that should be visited post operation.
NavigationHooks::blockBuildLocalTasksBlockAlter function core/modules/navigation/src/Hook/NavigationHooks.php Implements hook_block_build_BASE_BLOCK_ID_alter().
NavigationRenderer::$localTasks property core/modules/navigation/src/NavigationRenderer.php The navigation local tasks render array.
NavigationRenderer::getLocalTasks function core/modules/navigation/src/NavigationRenderer.php Local tasks list based on user access.
NavigationRenderer::hasLocalTasks function core/modules/navigation/src/NavigationRenderer.php Do we have local tasks that we want to show in the top bar?
NavigationRenderer::removeLocalTasks function core/modules/navigation/src/NavigationRenderer.php Alter the build of any local_tasks_block plugin block.
NavigationSectionStorage::buildLocalTasks function core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php Provides the local tasks dynamically for Layout Builder plugins.
NodeMenuHooks::localTasksAlter function core/modules/node/src/Hook/NodeMenuHooks.php Implements hook_local_tasks_alter().
OliveroHooks::preprocessMenuLocalTasks function core/themes/olivero/src/Hook/OliveroHooks.php Implements hook_preprocess_HOOK() for menu-local-tasks.
OverridesSectionStorage::buildLocalTasks function core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php Provides the local tasks dynamically for Layout Builder plugins.
PerformanceTestTrait::doSetUpTasks function core/tests/Drupal/Tests/PerformanceTestTrait.php Helper for ::setUp().
PreprocessHooks::menuLocalTasks function core/themes/admin/src/Hook/PreprocessHooks.php Implements hook_preprocess_HOOK() for menu-local-tasks templates.
PreprocessHooks::menuLocalTasks function core/themes/default_admin/src/Hook/PreprocessHooks.php Implements hook_preprocess_HOOK() for menu-local-tasks templates.
SectionStorageLocalTaskProviderInterface::buildLocalTasks function core/modules/layout_builder/src/Plugin/SectionStorage/SectionStorageLocalTaskProviderInterface.php Provides the local tasks dynamically for Layout Builder plugins.
ShortcutLocalTasksTest class core/modules/shortcut/tests/src/Unit/Menu/ShortcutLocalTasksTest.php Tests existence of shortcut local tasks.
ShortcutLocalTasksTest.php file core/modules/shortcut/tests/src/Unit/Menu/ShortcutLocalTasksTest.php
ShortcutLocalTasksTest::getShortcutPageRoutes function core/modules/shortcut/tests/src/Unit/Menu/ShortcutLocalTasksTest.php Provides a list of routes to test.
ShortcutLocalTasksTest::setUp function core/modules/shortcut/tests/src/Unit/Menu/ShortcutLocalTasksTest.php
ShortcutLocalTasksTest::testShortcutPageLocalTasks function core/modules/shortcut/tests/src/Unit/Menu/ShortcutLocalTasksTest.php Checks shortcut listing local tasks.
SimpleConfigSectionStorage::buildLocalTasks function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/SimpleConfigSectionStorage.php Provides the local tasks dynamically for Layout Builder plugins.
SystemLocalTasksTest class core/modules/system/tests/src/Unit/Menu/SystemLocalTasksTest.php Tests existence of system local tasks.
SystemLocalTasksTest.php file core/modules/system/tests/src/Unit/Menu/SystemLocalTasksTest.php
SystemLocalTasksTest::$themeHandler property core/modules/system/tests/src/Unit/Menu/SystemLocalTasksTest.php The mocked theme handler.
SystemLocalTasksTest::getSystemAdminRoutes function core/modules/system/tests/src/Unit/Menu/SystemLocalTasksTest.php Provides a list of routes to test.
SystemLocalTasksTest::setUp function core/modules/system/tests/src/Unit/Menu/SystemLocalTasksTest.php
SystemLocalTasksTest::testSystemAdminLocalTasks function core/modules/system/tests/src/Unit/Menu/SystemLocalTasksTest.php Tests local task existence.
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.
Tasks class core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/Install/Tasks.php Specifies installation tasks for CoreFakeWithAllCustomClasses.

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