You are here

public function Update310::__construct in Lightning Workflow 8.3

Update310 constructor.

Parameters

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

\Drupal\Core\Config\ConfigFactoryInterface $config_factory: The config factory service.

File

src/Update/Update310.php, line 43

Class

Update310
Contains optional updates targeting Lightning Workflow 3.1.0.

Namespace

Drupal\lightning_workflow\Update

Code

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