function DevelEventCommand::__construct

File

src/Drush/Commands/DevelEventCommand.php, line 33

Class

DevelEventCommand
#[AsCommand(name: self::NAME, description: 'List implementations of a given event and optionally edit one.', aliases: [ 'fne', 'fn-event', 'event', ])]

Namespace

Drupal\devel\Drush\Commands

Code

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