public function ConfigurationUpdate::__construct in Update helper 2.x
File
- src/
Generators/ ConfigurationUpdate.php, line 71
Class
- ConfigurationUpdate
- Implements d8:configuration:update command.
Namespace
Drupal\update_helper\GeneratorsCode
public function __construct(ModuleExtensionList $extension_list, EventDispatcherInterface $event_dispatcher, ModuleHandlerInterface $module_handler, ConfigHandler $config_handler) {
parent::__construct();
$this->extensionList = $extension_list;
$this->eventDispatcher = $event_dispatcher;
$this->configHandler = $config_handler;
$this->moduleHandler = $module_handler;
}