You are here

public function GroupContentTypeForm::__construct in Group 2.0.x

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

Constructs a new GroupContentTypeForm.

Parameters

\Drupal\group\Plugin\Group\Relation\GroupRelationManagerInterface $plugin_manager: The group content plugin manager.

File

src/Entity/Form/GroupContentTypeForm.php, line 29

Class

GroupContentTypeForm
Form controller for group content type forms.

Namespace

Drupal\group\Entity\Form

Code

public function __construct(GroupRelationManagerInterface $plugin_manager) {
  $this->pluginManager = $plugin_manager;
}