Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Tasks.php

function Tasks::__construct

Same name in this branch
  1. 11.1.x core/modules/mysql/src/Driver/Database/mysql/Install/Tasks.php \Drupal\mysql\Driver\Database\mysql\Install\Tasks::__construct()

Constructs a \Drupal\pgsql\Driver\Database\pgsql\Install\Tasks object.

File

core/modules/pgsql/src/Driver/Database/pgsql/Install/Tasks.php, line 33

Class

Tasks
Specifies installation tasks for PostgreSQL databases.

Namespace

Drupal\pgsql\Driver\Database\pgsql\Install

Code

public function __construct() {
    $this->tasks[] = [
        'function' => 'checkEncoding',
        'arguments' => [],
    ];
    $this->tasks[] = [
        'function' => 'checkBinaryOutput',
        'arguments' => [],
    ];
    $this->tasks[] = [
        'function' => 'checkStandardConformingStrings',
        'arguments' => [],
    ];
    $this->tasks[] = [
        'function' => 'checkExtensions',
        'arguments' => [],
    ];
    $this->tasks[] = [
        'function' => 'initializeDatabase',
        'arguments' => [],
    ];
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal