function DevelHookCommand::__construct

File

src/Drush/Commands/DevelHookCommand.php, line 35

Class

DevelHookCommand
#[AsCommand(name: self::NAME, description: 'List implementations of a given hook and optionally edit one.', aliases: [ 'fnh', 'fn-hook', 'hook', 'devel-hook', ])] #[CLI\OptionsetGetEditor]

Namespace

Drupal\devel\Drush\Commands

Code

public function __construct(protected readonly ProcessManager $processManager, protected readonly ModuleHandlerInterface $moduleHandler) {
  parent::__construct();
}