public function PermissionEventInterface::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.
1 method overrides PermissionEventInterface::getGroupContentBundleIds()
- PermissionEvent::getGroupContentBundleIds in src/
Event/ PermissionEvent.php  - Returns the IDs of group content bundles to which the permissions apply.
 
File
- src/
Event/ PermissionEventInterface.php, line 159  
Class
- PermissionEventInterface
 - Interface for PermissionEvent classes.
 
Namespace
Drupal\og\EventCode
public function getGroupContentBundleIds();