You are here

protected function GroupType::getContentEnablerManager in Group 2.0.x

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

Returns the group relation plugin manager.

Return value

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

File

src/Entity/GroupType.php, line 313

Class

GroupType
Defines the Group type configuration entity.

Namespace

Drupal\group\Entity

Code

protected function getContentEnablerManager() {
  return \Drupal::service('plugin.manager.group_relation');
}