Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
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.
Tasks class core/tests/fixtures/database_drivers/core/CoreFake/Install/Tasks.php The database installer structure for the fake database driver.
Tasks class core/tests/fixtures/database_drivers/custom/CoreFake/Install/Tasks.php The database installer structure for a custom database driver.
Tasks class core/tests/fixtures/database_drivers/custom/fake/Install/Tasks.php A task for testing database drivers.
Tasks.php file core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFake/Install/Tasks.php
Tasks.php file core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/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/tests/Drupal/Tests/Core/Database/fixtures/core/modules/driver_missing_dependency_test/src/Driver/Database/MissingDependency/Install/Tasks.php
Tasks.php file core/modules/sqlite/src/Driver/Database/sqlite/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/modules/mysqli/src/Driver/Database/mysqli/Install/Tasks.php
Tasks.php file core/modules/pgsql/src/Driver/Database/pgsql/Install/Tasks.php
Tasks.php file core/modules/system/tests/modules/dummydb/src/Driver/Database/dummydb/Install/Tasks.php
Tasks.php file core/modules/mysql/src/Driver/Database/mysql/Install/Tasks.php
Tasks.php file core/lib/Drupal/Core/Database/Install/Tasks.php
Tasks::$pdoDriver property core/lib/Drupal/Core/Database/Install/Tasks.php The name of the PDO driver this database type requires.
Tasks::$pdoDriver property core/modules/pgsql/src/Driver/Database/pgsql/Install/Tasks.php
Tasks::$pdoDriver property core/modules/sqlite/src/Driver/Database/sqlite/Install/Tasks.php
Tasks::$pdoDriver property core/modules/mysql/src/Driver/Database/mysql/Install/Tasks.php The PDO driver name for MySQL and equivalent databases.
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/modules/pgsql/src/Driver/Database/pgsql/Install/Tasks.php Check Binary Output.
Tasks::checkBinaryOutputSuccess function core/modules/pgsql/src/Driver/Database/pgsql/Install/Tasks.php Verify that a binary data roundtrip returns the original string.
Tasks::checkEncoding function core/modules/pgsql/src/Driver/Database/pgsql/Install/Tasks.php Check encoding is UTF8.
Tasks::checkEngineVersion function core/lib/Drupal/Core/Database/Install/Tasks.php Checks the engine version.
Tasks::checkExtensions function core/modules/pgsql/src/Driver/Database/pgsql/Install/Tasks.php Generic function to check postgresql extensions.
Tasks::checkJsonSupport function core/lib/Drupal/Core/Database/Install/Tasks.php Checks the database json support.
Tasks::checkStandardConformingStrings function core/modules/pgsql/src/Driver/Database/pgsql/Install/Tasks.php Ensures standard_conforming_strings setting is 'on'.
Tasks::checkStandardConformingStringsSuccess function core/modules/pgsql/src/Driver/Database/pgsql/Install/Tasks.php Verifies the standard_conforming_strings setting.
Tasks::connect function core/modules/pgsql/src/Driver/Database/pgsql/Install/Tasks.php
Tasks::connect function core/lib/Drupal/Core/Database/Install/Tasks.php Checks if we can connect to the database.
Tasks::connect function core/modules/mysql/src/Driver/Database/mysql/Install/Tasks.php
Tasks::connect function core/modules/sqlite/src/Driver/Database/sqlite/Install/Tasks.php
Tasks::engineVersionRequirementsCheck function core/lib/Drupal/Core/Database/Install/Tasks.php Checks engine version requirements for the status report.
Tasks::ensureInnoDbAvailable function core/modules/mysql/src/Driver/Database/mysql/Install/Tasks.php Ensure that InnoDB is available.
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/lib/Drupal/Core/Database/Install/Tasks.php Returns driver specific configuration options.
Tasks::getFormOptions function core/modules/sqlite/src/Driver/Database/sqlite/Install/Tasks.php
Tasks::getFormOptions function core/modules/pgsql/src/Driver/Database/pgsql/Install/Tasks.php
Tasks::getFormOptions function core/modules/mysql/src/Driver/Database/mysql/Install/Tasks.php
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/modules/mysqli/src/Driver/Database/mysqli/Install/Tasks.php

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