public function ConfigurationUpdateHookGenerator::__construct in Update helper 8
AuthenticationProviderGenerator constructor.
Parameters
\Drupal\Core\Extension\ModuleHandlerInterface $module_handler: Extension manager.
File
- src/
Generator/ ConfigurationUpdateHookGenerator.php, line 28
Class
- ConfigurationUpdateHookGenerator
- Update hook generator for generate:configuration:update console command.
Namespace
Drupal\update_helper\GeneratorCode
public function __construct(ModuleHandlerInterface $module_handler) {
$this->moduleHandler = $module_handler;
}