public function Update360::__construct in Lightning Core 8.4
Same name and namespace in other branches
- 8.5 src/Update/Update360.php \Drupal\lightning_core\Update\Update360::__construct()
- 8.3 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 30
Class
- Update360
- Contains optional configuration updates targeting Lightning Core 3.6.0.
Namespace
Drupal\lightning_core\UpdateCode
public function __construct(ModuleInstallerInterface $module_installer) {
$this->moduleInstaller = $module_installer;
}