function DevelCommands::__construct

File

src/Commands/DevelCommands.php, line 43

Class

DevelCommands
Class DevelCommands.

Namespace

Drupal\devel\Commands

Code

public function __construct(Token $token, $container, $eventDispatcher, $moduleHandler) {
  parent::__construct();
  $this->token = $token;
  $this->container = $container;
  $this->eventDispatcher = $eventDispatcher;
  $this->moduleHandler = $moduleHandler;
}