You are here

public function GroupTypeForm::__construct in Group 2.0.x

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

Constructs a new GroupTypeForm.

Parameters

\Drupal\Core\Entity\EntityFieldManagerInterface $entity_field_manager: The entity field manager service.

File

src/Entity/Form/GroupTypeForm.php, line 30

Class

GroupTypeForm
Form controller for group type forms.

Namespace

Drupal\group\Entity\Form

Code

public function __construct(EntityFieldManagerInterface $entity_field_manager) {
  $this->entityFieldManager = $entity_field_manager;
}