function DevelCommands::__construct
Same name and namespace in other branches
- 4.x src/Commands/DevelCommands.php \Drupal\devel\Commands\DevelCommands::__construct()
Constructs a new DevelCommands object.
File
-
src/
Drush/ Commands/ DevelCommands.php, line 45
Class
Namespace
Drupal\devel\Drush\CommandsCode
public function __construct(protected Token $token, protected EventDispatcherInterface $eventDispatcher, protected ModuleHandlerInterface $moduleHandler, private readonly SiteAliasManagerInterface $siteAliasManager) {
parent::__construct();
}