You are here

public function Tasks::enableModule in Drupal driver for SQL Server and SQL Azure 3.1.x

Enable the SQL Server module.

File

src/Driver/Database/sqlsrv/Install/Tasks.php, line 169

Class

Tasks
Specifies installation tasks for PostgreSQL databases.

Namespace

Drupal\sqlsrv\Driver\Database\sqlsrv\Install

Code

public function enableModule() {

  // TODO: Looks like the module hanlder service is unavailable during
  // this installation phase?
  // $handler = new \Drupal\Core\Extension\ModuleHandler();
  // $handler->enable(array('sqlsrv'), FALSE);.
}