function DevelCommands::__construct

Same name in this branch
  1. 5.x src/Commands/DevelCommands.php \Drupal\devel\Commands\DevelCommands::__construct()
Same name in other branches
  1. 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

DevelCommands

Namespace

Drupal\devel\Drush\Commands

Code

public function __construct(Token $token, EventDispatcherInterface $eventDispatcher, ModuleHandlerInterface $moduleHandler, SiteAliasManagerInterface $siteAliasManager) {
    parent::__construct();
}