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/Install/Tasks.php |
Database installer structure. |
Tasks.php |
file |
core/modules/sqlite/src/Driver/Database/sqlite/Install/Tasks.php |
|
Tasks.php |
file |
core/modules/mysql/src/Driver/Database/mysql/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/pgsql/src/Driver/Database/pgsql/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/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/lib/Drupal/Core/Database/Install/Tasks.php |
|
Tasks::$pdoDriver |
property |
core/modules/sqlite/src/Driver/Database/sqlite/Install/Tasks.php |
The name of the PDO driver this database type requires. |
Tasks::$pdoDriver |
property |
core/modules/mysql/src/Driver/Database/mysql/Install/Tasks.php |
The PDO driver name for MySQL and equivalent databases. |
Tasks::$pdoDriver |
property |
core/modules/pgsql/src/Driver/Database/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/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/sqlite/src/Driver/Database/sqlite/Install/Tasks.php |
Checks if we can connect to the database. |
Tasks::connect |
function |
core/modules/mysql/src/Driver/Database/mysql/Install/Tasks.php |
Checks if we can connect to the database. |
Tasks::connect |
function |
core/modules/pgsql/src/Driver/Database/pgsql/Install/Tasks.php |
Checks if we can connect to the database. |
Tasks::connect |
function |
core/lib/Drupal/Core/Database/Install/Tasks.php |
Checks 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/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/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::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. |