You are here

protected function GroupContentType::getContentEnablerManager in Group 8

Returns the content enabler plugin manager.

Return value

\Drupal\group\Plugin\GroupContentEnablerManagerInterface The group content 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 getContentEnablerManager() {
  return \Drupal::service('plugin.manager.group_content_enabler');
}