protected function GroupType::getContentEnablerManager in Group 2.0.x
Same name and namespace in other branches
- 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\EntityCode
protected function getContentEnablerManager() {
return \Drupal::service('plugin.manager.group_relation');
}