db_installer_object

function db_installer_object

db_installer_object($driver)

Returns a database installer object.

Parameters

$driver: The name of the driver.

Return value

\Drupal\Core\Database\Install\Tasks A class defining the requirements and tasks for installing the database.

File

core/includes/install.inc, line 1092
API functions for installing modules and themes.

Code

function db_installer_object($driver) {
  // We cannot use Database::getConnection->getDriverClass() here, because
  // the connection object is not yet functional.
  $task_class = "Drupal\\Core\\Database\\Driver\