function EventType::getEventManageOperation in RNG - Events and Registrations 8
Gets which permission on event entity grants 'event manage' permission.
Overrides EventTypeInterface::getEventManageOperation
File
- src/
Entity/ EventType.php, line 158
Class
- EventType
- Defines the event type entity.
Namespace
Drupal\rng\EntityCode
function getEventManageOperation() {
return $this->mirror_operation_to_event_manage;
}