protected function GroupType::getContentEnablerManager in Group 8
Same name and namespace in other branches
- 2.0.x src/Entity/GroupType.php \Drupal\group\Entity\GroupType::getContentEnablerManager()
Returns the content enabler plugin manager.
Return value
\Drupal\group\Plugin\GroupContentEnablerManagerInterface 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_content_enabler');
}