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. |
Tasks |
class |
core/tests/fixtures/database_drivers/module/corefake/src/Driver/Database/corefakeWithAllCustomClasses/Install/Tasks.php |
Specifies installation tasks for corefakeWithAllCustomClasses. |
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/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/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/modules/pgsql/src/Driver/Database/pgsql/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/module/corefake/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/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/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/modules/mysql/src/Driver/Database/mysql/Install/Tasks.php |
Checks the engine version. |
Tasks::checkEngineVersion |
function |
core/lib/Drupal/Core/Database/Install/Tasks.php |
Checks the engine version. |
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. |