function Tasks::installable

Checks whether Drupal is installable on the database.

Return value

bool TRUE if Drupal can be installed on the database, otherwise FALSE.

Overrides Tasks::installable

File

core/modules/mysqli/src/Driver/Database/mysqli/Install/Tasks.php, line 17

Class

Tasks
Specifies installation tasks for MySQLi.

Namespace

Drupal\mysqli\Driver\Database\mysqli\Install

Code

public function installable() {
  return extension_loaded('mysqli');
}

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