You are here

public function TriggerController::__construct in Build Hooks 8

Constructs a new TriggerController object.

File

src/Controller/TriggerController.php, line 26

Class

TriggerController
Class TriggerController.

Namespace

Drupal\build_hooks\Controller

Code

public function __construct(TriggerInterface $build_hooks_trigger) {
  $this->buildHooksTrigger = $build_hooks_trigger;
}