You are here

public function GroupDeleteForm::__construct in Context groups 8.2

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

File

src/Form/GroupDeleteForm.php, line 53

Class

GroupDeleteForm
Class GroupDeleteForm.

Namespace

Drupal\context_groups\Form

Code

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