You are here

public function KanbanFilterForm::__construct in Content Planner 8

File

modules/content_kanban/src/Form/KanbanFilterForm.php, line 45

Class

KanbanFilterForm
KanbanFilterForm class.

Namespace

Drupal\content_kanban\Form

Code

public function __construct(KanbanService $kanban_service, EntityTypeManager $entityTypeManager) {
  $this->kanbanService = $kanban_service;
  $this->entityTypeManager = $entityTypeManager;
}