You are here

public function GroupAddForm::__construct in Context groups 8

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

GroupAddForm constructor.

Parameters

EntityTypeManager $entityTypeManager: Entity type manager.

ContextManager $contextManager: Context manager.

File

src/Form/GroupAddForm.php, line 60

Class

GroupAddForm
Class GroupDeleteForm.

Namespace

Drupal\context_groups\Form

Code

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