You are here

protected function GroupContentEnablerBase::getGroupContentPermissions in Group 8

Provides permissions for the group content entity; i.e. the relationship.

Return value

array An array of group permissions, see ::getPermissions for more info.

Deprecated

in Group 1.0, will be removed before Group 2.0.

See also

GroupContentEnablerInterface::getPermissions()

1 call to GroupContentEnablerBase::getGroupContentPermissions()
GroupContentEnablerBase::getPermissions in src/Plugin/GroupContentEnablerBase.php
Provides a list of group permissions the plugin exposes.

File

src/Plugin/GroupContentEnablerBase.php, line 226

Class

GroupContentEnablerBase
Provides a base class for GroupContentEnabler plugins.

Namespace

Drupal\group\Plugin

Code

protected function getGroupContentPermissions() {
  return $this->_permissions;
}