You are here

public function WorkflowController::__construct in Forms Steps 8

Construct a new controller.

Parameters

\Drupal\forms_steps\Repository\WorkflowRepository $repository: The repository service.

File

src/Controller/WorkflowController.php, line 38

Class

WorkflowController
Class WorkflowController.

Namespace

Drupal\forms_steps\Controller

Code

public function __construct(WorkflowRepository $repository) {
  $this->repository = $repository;
}