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
Tasks::minimumVersion function core/lib/Drupal/Core/Database/Driver/mysql/Install/Tasks.php Return the minimum required version of the engine.
Tasks::minimumVersion function core/lib/Drupal/Core/Database/Driver/pgsql/Install/Tasks.php Return the minimum required version of the engine.
Tasks::minimumVersion function core/lib/Drupal/Core/Database/Install/Tasks.php Return the minimum required version of the engine.
Tasks::MYSQLND_MINIMUM_VERSION constant core/lib/Drupal/Core/Database/Driver/mysql/Install/Tasks.php Minimum required MySQLnd version.
Tasks::name function core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestMysql/Install/Tasks.php Return the human-readable name of the driver.
Tasks::name function core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestMysqlDeprecatedVersion/Install/Tasks.php Return the human-readable name of the driver.
Tasks::name function core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestPgsql/Install/Tasks.php Return the human-readable name of the driver.
Tasks::name function core/tests/fixtures/database_drivers/module/corefake/src/Driver/Database/corefake/Install/Tasks.php Return the human-readable name of the driver.
Tasks::name function core/tests/fixtures/database_drivers/core/corefake/Install/Tasks.php Return the human-readable name of the driver.
Tasks::name function core/tests/fixtures/database_drivers/custom/fake/Install/Tasks.php Return the human-readable name of the driver.
Tasks::name function core/lib/Drupal/Core/Database/Driver/sqlite/Install/Tasks.php Return the human-readable name of the driver.
Tasks::name function core/lib/Drupal/Core/Database/Driver/mysql/Install/Tasks.php Return the human-readable name of the driver.
Tasks::name function core/lib/Drupal/Core/Database/Driver/pgsql/Install/Tasks.php Return the human-readable name of the driver.
Tasks::name function core/lib/Drupal/Core/Database/Install/Tasks.php Return the human-readable name of the driver.
Tasks::pass function core/lib/Drupal/Core/Database/Install/Tasks.php Assert test as a pass.
Tasks::runTasks function core/lib/Drupal/Core/Database/Install/Tasks.php Run database tasks and tests to see if Drupal can run on the database.
Tasks::runTestQuery function core/lib/Drupal/Core/Database/Install/Tasks.php Run SQL tests to ensure the database can execute commands with the current user.
Tasks::validateDatabaseSettings function core/lib/Drupal/Core/Database/Install/Tasks.php Validates driver specific configuration settings.
Tasks::__construct function core/lib/Drupal/Core/Database/Driver/mysql/Install/Tasks.php Constructs a \Drupal\Core\Database\Driver\mysql\Install\Tasks object.
Tasks::__construct function core/lib/Drupal/Core/Database/Driver/pgsql/Install/Tasks.php Constructs a \Drupal\Core\Database\Driver\pgsql\Install\Tasks object.
TaxonomyLocalTasksTest class core/modules/taxonomy/tests/src/Unit/Menu/TaxonomyLocalTasksTest.php Tests existence of taxonomy local tasks.
TaxonomyLocalTasksTest.php file core/modules/taxonomy/tests/src/Unit/Menu/TaxonomyLocalTasksTest.php
TaxonomyLocalTasksTest::getTaxonomyPageRoutes function core/modules/taxonomy/tests/src/Unit/Menu/TaxonomyLocalTasksTest.php Provides a list of routes to test.
TaxonomyLocalTasksTest::setUp function core/modules/taxonomy/tests/src/Unit/Menu/TaxonomyLocalTasksTest.php
TaxonomyLocalTasksTest::testTaxonomyPageLocalTasks function core/modules/taxonomy/tests/src/Unit/Menu/TaxonomyLocalTasksTest.php Checks taxonomy edit local tasks.
TestTasksSettingsSub1 class core/modules/system/tests/modules/menu_test/src/Plugin/Menu/LocalTask/TestTasksSettingsSub1.php
TestTasksSettingsSub1.php file core/modules/system/tests/modules/menu_test/src/Plugin/Menu/LocalTask/TestTasksSettingsSub1.php
TestTasksSettingsSub1::getCacheTags function core/modules/system/tests/modules/menu_test/src/Plugin/Menu/LocalTask/TestTasksSettingsSub1.php The cache tags associated with this object.
TestTasksSettingsSub1::getTitle function core/modules/system/tests/modules/menu_test/src/Plugin/Menu/LocalTask/TestTasksSettingsSub1.php Returns the localized title to be shown for this tab.
Theme::postInstallTasks function core/lib/Drupal/Core/Updater/Theme.php Returns an array of links to pages that should be visited post operation.
UpdateCoreTest::testFetchTasks function core/modules/update/tests/src/Functional/UpdateCoreTest.php Tests that exactly one fetch task per project is created and not more.
UpdateLocalTasksTest class core/modules/update/tests/src/Unit/Menu/UpdateLocalTasksTest.php Tests existence of update local tasks.
UpdateLocalTasksTest.php file core/modules/update/tests/src/Unit/Menu/UpdateLocalTasksTest.php
UpdateLocalTasksTest::getUpdateModuleRoutes function core/modules/update/tests/src/Unit/Menu/UpdateLocalTasksTest.php Provides a list of module routes to test.
UpdateLocalTasksTest::getUpdateReportRoutes function core/modules/update/tests/src/Unit/Menu/UpdateLocalTasksTest.php Provides a list of report routes to test.
UpdateLocalTasksTest::getUpdateThemeRoutes function core/modules/update/tests/src/Unit/Menu/UpdateLocalTasksTest.php Provides a list of theme routes to test.
UpdateLocalTasksTest::setUp function core/modules/update/tests/src/Unit/Menu/UpdateLocalTasksTest.php
UpdateLocalTasksTest::testUpdateModuleLocalTasks function core/modules/update/tests/src/Unit/Menu/UpdateLocalTasksTest.php Checks update module tasks.
UpdateLocalTasksTest::testUpdateReportLocalTasks function core/modules/update/tests/src/Unit/Menu/UpdateLocalTasksTest.php Checks update report tasks.
UpdateLocalTasksTest::testUpdateThemeLocalTasks function core/modules/update/tests/src/Unit/Menu/UpdateLocalTasksTest.php Checks update theme tasks.
UpdatePathTestBase::runDbTasks function core/modules/system/src/Tests/Update/UpdatePathTestBase.php Runs the install database tasks for the driver used by the test runner.
UpdatePathTestBase::runDbTasks function core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php Runs the install database tasks for the driver used by the test runner.
UpdateProcessor::$fetchTaskStore property core/modules/update/src/UpdateProcessor.php Update Fetch Task Store
Updater::postInstallTasks function core/lib/Drupal/Core/Updater/Updater.php Returns an array of links to pages that should be visited post operation.
Updater::postUpdateTasks function core/lib/Drupal/Core/Updater/Updater.php Returns an array of links to pages that should be visited post operation.
UserLocalTasksTest class core/modules/user/tests/src/Unit/Menu/UserLocalTasksTest.php Tests user local tasks.
UserLocalTasksTest.php file core/modules/user/tests/src/Unit/Menu/UserLocalTasksTest.php
UserLocalTasksTest::getUserAdminRoutes function core/modules/user/tests/src/Unit/Menu/UserLocalTasksTest.php Provides a list of routes to test.
UserLocalTasksTest::getUserLoginRoutes function core/modules/user/tests/src/Unit/Menu/UserLocalTasksTest.php Provides a list of routes to test.
UserLocalTasksTest::getUserPageRoutes function core/modules/user/tests/src/Unit/Menu/UserLocalTasksTest.php Provides a list of routes to test.

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