function DevelReinstallCommand::__construct

File

src/Drush/Commands/DevelReinstallCommand.php, line 31

Class

DevelReinstallCommand
#[AsCommand(name: self::NAME, description: 'Uninstall, and Install modules.', aliases: [ 'dre', 'devel-reinstall', ])]

Namespace

Drupal\devel\Drush\Commands

Code

public function __construct(private readonly SiteAliasManagerInterface $siteAliasManager, private readonly ProcessManager $processManager) {
  parent::__construct();
}