You are here

public function Update360::__construct in Lightning Core 8.3

Same name and namespace in other branches
  1. 8.5 src/Update/Update360.php \Drupal\lightning_core\Update\Update360::__construct()
  2. 8.4 src/Update/Update360.php \Drupal\lightning_core\Update\Update360::__construct()

Update360 constructor.

Parameters

\Drupal\Core\Extension\ModuleInstallerInterface $module_installer: The module installer service.

File

src/Update/Update360.php, line 28

Class

Update360
Plugin annotation @Update("3.6.0");

Namespace

Drupal\lightning_core\Update

Code

public function __construct(ModuleInstallerInterface $module_installer) {
  $this->moduleInstaller = $module_installer;
}