function DatabaseTasks_pgsql::__construct

File

includes/database/pgsql/install.inc, line 14

Class

DatabaseTasks_pgsql
@file Install functions for PostgreSQL embedded database engine.

Code

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

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