public function RngEventType::getEventManageOperation in RNG - Events and Registrations 8.2
Same name and namespace in other branches
- 3.x 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;
}