function DatabaseTasks::installable

Check whether Drupal is installable on the database.

File

includes/install.inc, line 374

Class

DatabaseTasks
Database installer structure.

Code

public function installable() {
    return $this->hasPdoDriver() && empty($this->error);
}

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