class Tasks

Same name in this branch

PostgreSQL specific install functions

Hierarchy

  • class \Drupal\Core\Database\Install\Tasks
    • class \Drupal\Core\Database\Driver\pgsql\Install\Tasks

Expanded class hierarchy of Tasks

1 string reference to 'Tasks'

File

drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Install/Tasks.php, line 20
Definition of Drupal\Core\Database\Driver\pgsql\Install\Tasks

Namespace

Drupal\Core\Database\Driver\pgsql\Install
View source

Members

Namesort descending Modifiers Type Description Overrides
Tasks::$pdoDriver protected property
Tasks::$results protected property Results from tasks.
Tasks::$tasks protected property Structure that describes each task to run.
Tasks::checkBinaryOutput function Check Binary Output.
Tasks::checkBinaryOutputSuccess protected function Verify that a binary data roundtrip returns the original string.
Tasks::checkEncoding protected function Check encoding is UTF8.
Tasks::checkEngineVersion protected function Check the engine version.
Tasks::connect protected function Check database connection and attempt to create database if the database is missing. Overrides Tasks::connect
Tasks::fail protected function Assert test as failed.
Tasks::getFormOptions public function Return driver specific configuration options. 1
Tasks::hasPdoDriver protected function Ensure the PDO driver is supported by the version of PHP in use.
Tasks::initializeDatabase function Make PostgreSQL Drupal friendly.
Tasks::installable public function Check whether Drupal is installable on the database.
Tasks::minimumVersion public function Return the minimum required version of the engine. Overrides Tasks::minimumVersion
Tasks::name public function Return the human-readable name of the driver. Overrides Tasks::name
Tasks::pass protected function Assert test as a pass.
Tasks::runTasks public function Run database tasks and tests to see if Drupal can run on the database.
Tasks::runTestQuery protected function Run SQL tests to ensure the database can execute commands with the current user.
Tasks::validateDatabaseSettings public function Validates driver specific configuration settings.
Tasks::__construct public function