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 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
Tasks class core/lib/Drupal/Core/Database/Driver/sqlite/Install/Tasks.php Specifies installation tasks for SQLite databases.
Tasks class core/lib/Drupal/Core/Database/Driver/mysql/Install/Tasks.php Specifies installation tasks for MySQL and equivalent databases.
Tasks class core/lib/Drupal/Core/Database/Driver/pgsql/Install/Tasks.php Specifies installation tasks for PostgreSQL databases.
Tasks class core/lib/Drupal/Core/Database/Install/Tasks.php Database installer structure.
Tasks.php file core/modules/system/tests/modules/database_statement_monitoring_test/src/sqlite/Install/Tasks.php
Tasks.php file core/modules/system/tests/modules/database_statement_monitoring_test/src/mysql/Install/Tasks.php
Tasks.php file core/modules/system/tests/modules/database_statement_monitoring_test/src/pgsql/Install/Tasks.php
Tasks.php file core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestMysql/Install/Tasks.php
Tasks.php file core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestMysqlDeprecatedVersion/Install/Tasks.php
Tasks.php file core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestPgsql/Install/Tasks.php
Tasks.php file core/tests/fixtures/database_drivers/module/corefake/src/Driver/Database/corefake/Install/Tasks.php
Tasks.php file core/tests/fixtures/database_drivers/core/corefake/Install/Tasks.php
Tasks.php file core/tests/fixtures/database_drivers/custom/corefake/Install/Tasks.php
Tasks.php file core/tests/fixtures/database_drivers/custom/fake/Install/Tasks.php
Tasks.php file core/lib/Drupal/Core/Database/Driver/sqlite/Install/Tasks.php
Tasks.php file core/lib/Drupal/Core/Database/Driver/mysql/Install/Tasks.php
Tasks.php file core/lib/Drupal/Core/Database/Driver/pgsql/Install/Tasks.php
Tasks.php file core/lib/Drupal/Core/Database/Install/Tasks.php
Tasks::$pdoDriver property core/lib/Drupal/Core/Database/Driver/sqlite/Install/Tasks.php The name of the PDO driver this database type requires.
Tasks::$pdoDriver property core/lib/Drupal/Core/Database/Driver/mysql/Install/Tasks.php The PDO driver name for MySQL and equivalent databases.
Tasks::$pdoDriver property core/lib/Drupal/Core/Database/Driver/pgsql/Install/Tasks.php The name of the PDO driver this database type requires.
Tasks::$pdoDriver property core/lib/Drupal/Core/Database/Install/Tasks.php The name of the PDO driver this database type requires.
Tasks::$results property core/lib/Drupal/Core/Database/Install/Tasks.php Results from tasks.
Tasks::$tasks property core/lib/Drupal/Core/Database/Install/Tasks.php Structure that describes each task to run.
Tasks::checkBinaryOutput function core/lib/Drupal/Core/Database/Driver/pgsql/Install/Tasks.php Check Binary Output.
Tasks::checkBinaryOutputSuccess function core/lib/Drupal/Core/Database/Driver/pgsql/Install/Tasks.php Verify that a binary data roundtrip returns the original string.
Tasks::checkEncoding function core/lib/Drupal/Core/Database/Driver/pgsql/Install/Tasks.php Check encoding is UTF8.
Tasks::checkEngineVersion function core/lib/Drupal/Core/Database/Driver/mysql/Install/Tasks.php Check the engine version.
Tasks::checkEngineVersion function core/lib/Drupal/Core/Database/Install/Tasks.php Check the engine version.
Tasks::checkStandardConformingStrings function core/lib/Drupal/Core/Database/Driver/pgsql/Install/Tasks.php Ensures standard_conforming_strings setting is 'on'.
Tasks::checkStandardConformingStringsSuccess function core/lib/Drupal/Core/Database/Driver/pgsql/Install/Tasks.php Verifies the standard_conforming_strings setting.
Tasks::connect function core/lib/Drupal/Core/Database/Driver/sqlite/Install/Tasks.php Check if we can connect to the database.
Tasks::connect function core/lib/Drupal/Core/Database/Driver/mysql/Install/Tasks.php Check if we can connect to the database.
Tasks::connect function core/lib/Drupal/Core/Database/Driver/pgsql/Install/Tasks.php Check if we can connect to the database.
Tasks::connect function core/lib/Drupal/Core/Database/Install/Tasks.php Check if we can connect to the database.
Tasks::engineVersionRequirementsCheck function core/lib/Drupal/Core/Database/Install/Tasks.php Checks engine version requirements for the status report.
Tasks::ensureInnoDbAvailable function core/lib/Drupal/Core/Database/Driver/mysql/Install/Tasks.php Ensure that InnoDB is available.
Tasks::fail function core/lib/Drupal/Core/Database/Install/Tasks.php Assert test as failed.
Tasks::getFormOptions function core/lib/Drupal/Core/Database/Driver/sqlite/Install/Tasks.php Return driver specific configuration options.
Tasks::getFormOptions function core/lib/Drupal/Core/Database/Driver/mysql/Install/Tasks.php Return driver specific configuration options.
Tasks::getFormOptions function core/lib/Drupal/Core/Database/Driver/pgsql/Install/Tasks.php Return driver specific configuration options.
Tasks::getFormOptions function core/lib/Drupal/Core/Database/Install/Tasks.php Return 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/lib/Drupal/Core/Database/Driver/pgsql/Install/Tasks.php Make PostgreSQL Drupal friendly.
Tasks::installable function core/lib/Drupal/Core/Database/Install/Tasks.php Check whether Drupal is installable on the database.
Tasks::LIBMYSQLCLIENT_MINIMUM_VERSION constant core/lib/Drupal/Core/Database/Driver/mysql/Install/Tasks.php Minimum required libmysqlclient version.
Tasks::minimumVersion function core/lib/Drupal/Core/Database/Driver/sqlite/Install/Tasks.php Return the minimum required version of the engine.

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