public function PermissionEventInterface::deleteGroupContentOperationPermission in Organic groups 8
Deletes a group content operation permission by its identifying properties.
Parameters
string $entity_type_id: The group content entity type ID to which this permission applies.
string $bundle_id: The group content bundle ID to which this permission applies.
string $operation: The entity operation to which this permission applies.
bool $owner: Set to FALSE if this permission applies to all entities, or to TRUE if it only applies to the ones owned by the user. Defaults to FALSE.
1 method overrides PermissionEventInterface::deleteGroupContentOperationPermission()
- PermissionEvent::deleteGroupContentOperationPermission in src/
Event/ PermissionEvent.php - Deletes a group content operation permission by its identifying properties.
File
- src/
Event/ PermissionEventInterface.php, line 105
Class
- PermissionEventInterface
- Interface for PermissionEvent classes.
Namespace
Drupal\og\EventCode
public function deleteGroupContentOperationPermission($entity_type_id, $bundle_id, $operation, $owner = FALSE);