Search for tasks

  1. Search 7.x for tasks
  2. Search 9.5.x for tasks
  3. Search 10.3.x for tasks
  4. Search 11.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/system/tests/modules/database_statement_monitoring_test/src/sqlite/Install/Tasks.php
Tasks class core/modules/system/tests/modules/database_statement_monitoring_test/src/mysql/Install/Tasks.php
Tasks class core/modules/system/tests/modules/database_statement_monitoring_test/src/pgsql/Install/Tasks.php
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/tests/fixtures/database_drivers/module/corefake/src/Driver/Database/corefake/Install/Tasks.php
Tasks class core/tests/fixtures/database_drivers/core/corefake/Install/Tasks.php
Tasks class core/tests/fixtures/database_drivers/custom/corefake/Install/Tasks.php
Tasks class core/tests/fixtures/database_drivers/custom/fake/Install/Tasks.php

All search results

Title Object type File name Summary
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 Test that local tasks blocks cache is invalidated correctly.
LocalTasksTest::testPluginLocalTask function core/modules/system/tests/src/Functional/Menu/LocalTasksTest.php Tests the plugin based local tasks.
ManageDisplayTest::testViewModeLocalTasks function core/modules/field_ui/tests/src/Functional/ManageDisplayTest.php Tests the local tasks are displayed correctly for view modes.
media_library_local_tasks_alter function core/modules/media_library/media_library.module 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/seven/templates/menu-local-tasks.html.twig Seven theme implementation 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/bartik/templates/classy/navigation/menu-local-tasks.html.twig Theme override to display primary and secondary local tasks.
menu-local-tasks.html.twig file core/themes/stable/templates/navigation/menu-local-tasks.html.twig Theme override to display primary and secondary local tasks.
menu-local-tasks.html.twig file core/themes/classy/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.
MenuLegacyTest::testPrimaryLocalTasks function core/tests/Drupal/KernelTests/Core/Menu/MenuLegacyTest.php Tests deprecation of the menu_primary_local_tasks() function.
MenuLegacyTest::testSecondaryLocalTasks function core/tests/Drupal/KernelTests/Core/Menu/MenuLegacyTest.php Tests deprecation of the menu_secondary_local_tasks() function.
menu_local_tasks function core/includes/menu.inc Collects the local tasks (tabs) for the current route.
menu_primary_local_tasks function core/includes/menu.inc Returns the rendered local tasks at the top level.
menu_secondary_local_tasks function core/includes/menu.inc Returns the rendered local tasks at the second level.
menu_test_menu_local_tasks_alter function core/modules/system/tests/modules/menu_test/menu_test.module Implements hook_menu_local_tasks_alter().
Module::postInstallTasks function core/lib/Drupal/Core/Updater/Module.php Returns an array of links to pages that should be visited post operation.
Module::postUpdateTasks function core/lib/Drupal/Core/Updater/Module.php Returns an array of links to pages that should be visited post operation.
OverridesSectionStorage::buildLocalTasks function core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php Provides the local tasks dynamically for Layout Builder plugins.
SectionStorageLocalTaskProviderInterface::buildLocalTasks function core/modules/layout_builder/src/Plugin/SectionStorage/SectionStorageLocalTaskProviderInterface.php Provides the local tasks dynamically for Layout Builder plugins.
SevenSecondaryLocalTasksConvertedIntoBlockUpdateTest class core/modules/system/tests/src/Functional/Update/SevenSecondaryLocalTasksConvertedIntoBlockUpdateTest.php Tests the upgrade path for converting seven secondary local tasks into a block.
SevenSecondaryLocalTasksConvertedIntoBlockUpdateTest.php file core/modules/system/tests/src/Functional/Update/SevenSecondaryLocalTasksConvertedIntoBlockUpdateTest.php
SevenSecondaryLocalTasksConvertedIntoBlockUpdateTest::$defaultTheme property core/modules/system/tests/src/Functional/Update/SevenSecondaryLocalTasksConvertedIntoBlockUpdateTest.php The theme to install as the default for testing.
SevenSecondaryLocalTasksConvertedIntoBlockUpdateTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/SevenSecondaryLocalTasksConvertedIntoBlockUpdateTest.php Set database dump files to be used.
SevenSecondaryLocalTasksConvertedIntoBlockUpdateTest::setUp function core/modules/system/tests/src/Functional/Update/SevenSecondaryLocalTasksConvertedIntoBlockUpdateTest.php Overrides WebTestBase::setUp() for update testing.
SevenSecondaryLocalTasksConvertedIntoBlockUpdateTest::testUpdateHookN function core/modules/system/tests/src/Functional/Update/SevenSecondaryLocalTasksConvertedIntoBlockUpdateTest.php Tests that local actions/tasks are being converted into blocks.
seven_preprocess_menu_local_tasks function core/themes/seven/seven.theme Implements hook_preprocess_HOOK() for menu-local-tasks templates.
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.
system_get_module_admin_tasks function core/modules/system/system.module Generate a list of tasks offered by a specified module.
Tasks class core/modules/system/tests/modules/database_statement_monitoring_test/src/sqlite/Install/Tasks.php
Tasks class core/modules/system/tests/modules/database_statement_monitoring_test/src/mysql/Install/Tasks.php
Tasks class core/modules/system/tests/modules/database_statement_monitoring_test/src/pgsql/Install/Tasks.php
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/tests/fixtures/database_drivers/module/corefake/src/Driver/Database/corefake/Install/Tasks.php

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