public function Update310::__construct in Lightning Media 8.3
Same name and namespace in other branches
- 8.4 src/Update/Update310.php \Drupal\lightning_media\Update\Update310::__construct()
Update310 constructor.
Parameters
\Drupal\Core\Extension\ModuleInstallerInterface $module_installer: The module installer service.
File
- src/
Update/ Update310.php, line 29
Class
- Update310
- Contains optional updates targeting Lightning Media 3.1.0.
Namespace
Drupal\lightning_media\UpdateCode
public function __construct(ModuleInstallerInterface $module_installer) {
$this->moduleInstaller = $module_installer;
}