drupal_install_system

function drupal_install_system

drupal_install_system($install_state)

Installs the system module.

Separated from the installation of other modules so core system functions can be made available while other modules are installed.

Parameters

array $install_state: An array of information about the current installation state. This is used to set the default language.

File

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

Code

function drupal_install_system($install_state) {
  // Remove the service provider of the early installer.
  unset($GLOBALS['conf']['container_service_providers']['InstallerServiceProvider']);

  $request = \Drupal::request();
  // Reboot into a full production envir