You are here

function Tasks::enableModule in Drupal driver for SQL Server and SQL Azure 8

Same name and namespace in other branches
  1. 8.2 drivers/lib/Drupal/Driver/Database/sqlsrv/Install/Tasks.php \Drupal\Driver\Database\sqlsrv\Install\Tasks::enableModule()
  2. 3.0.x drivers/lib/Drupal/Driver/Database/sqlsrv/Install/Tasks.php \Drupal\Driver\Database\sqlsrv\Install\Tasks::enableModule()

Enable the SQL Server module.

File

drivers/lib/Drupal/Driver/Database/sqlsrv/Install/Tasks.php, line 170
Definition of Drupal\Driver\Database\sqlsrv\Tasks

Class

Tasks
Specifies installation tasks for PostgreSQL databases.

Namespace

Drupal\Driver\Database\sqlsrv\Install

Code

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);
}