You are here

function _group_content_enabler_manager in Group 8

Gets the group content enabler plugin manager.

@internal Try to properly inject the service when possible.

Return value

\Drupal\group\Plugin\GroupContentEnablerManagerInterface The group content enabler plugin manager.

File

./group.module, line 716
Allows you to group users, content and other entities.

Code

function _group_content_enabler_manager() {
  return \Drupal::service('plugin.manager.group_content_enabler');
}