Search for tasks

  1. Search 7.x for tasks
  2. Search 8.9.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/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/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/modules/pgsql/src/Driver/Database/pgsql/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 Specifies installation tasks for corefake.

All search results

Title Object type File name Summary
Tasks::fail function core/lib/Drupal/Core/Database/Install/Tasks.php Asserts test as failed.
Tasks::getConnection function core/lib/Drupal/Core/Database/Install/Tasks.php Returns the database connection.
Tasks::getFormOptions function core/modules/sqlite/src/Driver/Database/sqlite/Install/Tasks.php Returns driver specific configuration options.
Tasks::getFormOptions function core/modules/mysql/src/Driver/Database/mysql/Install/Tasks.php Returns driver specific configuration options.
Tasks::getFormOptions function core/modules/pgsql/src/Driver/Database/pgsql/Install/Tasks.php Returns driver specific configuration options.
Tasks::getFormOptions function core/lib/Drupal/Core/Database/Install/Tasks.php Returns driver specific configuration options.
Tasks::hasPdoDriver function core/lib/Drupal/Core/Database/Install/Tasks.php Ensure the PDO driver is supported by the version of PHP in use.
Tasks::initializeDatabase function core/modules/pgsql/src/Driver/Database/pgsql/Install/Tasks.php Make PostgreSQL Drupal friendly.
Tasks::installable function core/lib/Drupal/Core/Database/Install/Tasks.php Checks whether Drupal is installable on the database.
Tasks::isConnectionActive function core/lib/Drupal/Core/Database/Install/Tasks.php Determines if there is an active connection.
Tasks::LIBMYSQLCLIENT_MINIMUM_VERSION constant core/modules/mysql/src/Driver/Database/mysql/Install/Tasks.php Minimum required libmysqlclient version.
Tasks::MARIADB_MINIMUM_VERSION constant core/modules/mysql/src/Driver/Database/mysql/Install/Tasks.php Minimum required MariaDB version.
Tasks::minimumVersion function core/modules/sqlite/src/Driver/Database/sqlite/Install/Tasks.php Returns the minimum required version of the engine.
Tasks::minimumVersion function core/modules/mysql/src/Driver/Database/mysql/Install/Tasks.php Returns the minimum required version of the engine.
Tasks::minimumVersion function core/modules/pgsql/src/Driver/Database/pgsql/Install/Tasks.php Returns the minimum required version of the engine.
Tasks::minimumVersion function core/lib/Drupal/Core/Database/Install/Tasks.php Returns the minimum required version of the engine.
Tasks::MYSQLND_MINIMUM_VERSION constant core/modules/mysql/src/Driver/Database/mysql/Install/Tasks.php Minimum required MySQLnd version.
Tasks::MYSQL_MINIMUM_VERSION constant core/modules/mysql/src/Driver/Database/mysql/Install/Tasks.php Minimum required MySQL version.
Tasks::name function core/modules/sqlite/src/Driver/Database/sqlite/Install/Tasks.php Returns the human-readable name of the driver.
Tasks::name function core/modules/mysql/src/Driver/Database/mysql/Install/Tasks.php Returns the human-readable name of the driver.
Tasks::name function core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestMysql/Install/Tasks.php Returns the human-readable name of the driver.
Tasks::name function core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestMysqlDeprecatedVersion/Install/Tasks.php Returns the human-readable name of the driver.
Tasks::name function core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestPgsql/Install/Tasks.php Returns the human-readable name of the driver.
Tasks::name function core/modules/pgsql/src/Driver/Database/pgsql/Install/Tasks.php Returns the human-readable name of the driver.
Tasks::name function core/tests/fixtures/database_drivers/module/corefake/src/Driver/Database/corefake/Install/Tasks.php Returns the human-readable name of the driver.
Tasks::name function core/tests/fixtures/database_drivers/module/corefake/src/Driver/Database/corefakeWithAllCustomClasses/Install/Tasks.php Returns the human-readable name of the driver.
Tasks::name function core/tests/fixtures/database_drivers/core/corefake/Install/Tasks.php Returns the human-readable name of the driver.
Tasks::name function core/tests/fixtures/database_drivers/custom/fake/Install/Tasks.php Returns the human-readable name of the driver.
Tasks::name function core/lib/Drupal/Core/Database/Install/Tasks.php Returns the human-readable name of the driver.
Tasks::pass function core/lib/Drupal/Core/Database/Install/Tasks.php Asserts test as a pass.
Tasks::PGSQL_MINIMUM_VERSION constant core/modules/pgsql/src/Driver/Database/pgsql/Install/Tasks.php Minimum required PostgreSQL version.
Tasks::runTasks function core/lib/Drupal/Core/Database/Install/Tasks.php Runs database tasks and tests to see if Drupal can run on the database.
Tasks::runTestQuery function core/lib/Drupal/Core/Database/Install/Tasks.php Ensures the database can execute commands with the current user.
Tasks::SQLITE_MINIMUM_VERSION constant core/modules/sqlite/src/Driver/Database/sqlite/Install/Tasks.php Minimum required SQLite version.
Tasks::t function core/lib/Drupal/Core/Database/Install/Tasks.php Translates a string to the current language or to a given language.
Tasks::validateDatabaseSettings function core/lib/Drupal/Core/Database/Install/Tasks.php Validates driver specific configuration settings.
Tasks::__construct function core/modules/mysql/src/Driver/Database/mysql/Install/Tasks.php Constructs a \Drupal\mysql\Driver\Database\mysql\Install\Tasks object.
Tasks::__construct function core/modules/pgsql/src/Driver/Database/pgsql/Install/Tasks.php Constructs a \Drupal\pgsql\Driver\Database\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.
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

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