You are here

public function GroupEditForm::__construct in Context groups 8.2

Same name and namespace in other branches
  1. 8 src/Form/GroupEditForm.php \Drupal\context_groups\Form\GroupEditForm::__construct()

File

src/Form/GroupEditForm.php, line 48

Class

GroupEditForm
Class GroupEditForm.

Namespace

Drupal\context_groups\Form

Code

public function __construct(EntityTypeManager $entity_type_manager, ContextManager $context_manager) {
  $this->entityTypeManager = $entity_type_manager;
  $this->contextManager = $context_manager;
}