You are here

public function DevelCommands::__construct in Devel 8.3

Same name and namespace in other branches
  1. 8 src/Commands/DevelCommands.php \Drupal\devel\Commands\DevelCommands::__construct()
  2. 8.2 src/Commands/DevelCommands.php \Drupal\devel\Commands\DevelCommands::__construct()
  3. 4.x src/Commands/DevelCommands.php \Drupal\devel\Commands\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;
}