public function PermissionEvent::getGroupContentBundleIds in Organic groups 8
Returns the IDs of group content bundles to which the permissions apply.
Return value
array An array of group content bundle IDs, keyed by group content entity type ID.
Overrides PermissionEventInterface::getGroupContentBundleIds
File
- src/
Event/ PermissionEvent.php, line 208
Class
- PermissionEvent
- Event that is fired when OG permissions are compiled.
Namespace
Drupal\og\EventCode
public function getGroupContentBundleIds() {
return $this->groupContentBundleIds;
}