public function RngEventType::getEventManageOperation in RNG - Events and Registrations 3.x
Same name and namespace in other branches
- 8.2 src/Entity/RngEventType.php \Drupal\rng\Entity\RngEventType::getEventManageOperation()
Gets which permission on event entity grants 'event manage' permission.
Overrides EventTypeInterface::getEventManageOperation
File
- src/
Entity/ RngEventType.php, line 198
Class
- RngEventType
- Defines the event type entity.
Namespace
Drupal\rng\EntityCode
public function getEventManageOperation() {
return $this->mirror_operation_to_event_manage;
}