You are here

protected function GroupContentType::getGroupRelationManager in Group 2.0.x

Returns the group relation plugin manager.

Return value

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

File

src/Entity/GroupContentType.php, line 143

Class

GroupContentType
Defines the Group content type configuration entity.

Namespace

Drupal\group\Entity

Code

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