public function EventTypeInterface::getEventManageOperation in RNG - Events and Registrations 3.x
Same name and namespace in other branches
- 8.2 src/Entity/EventTypeInterface.php \Drupal\rng\Entity\EventTypeInterface::getEventManageOperation()
Gets which permission on event entity grants 'event manage' permission.
1 method overrides EventTypeInterface::getEventManageOperation()
- RngEventType::getEventManageOperation in src/
Entity/ RngEventType.php - Gets which permission on event entity grants 'event manage' permission.
File
- src/
Entity/ EventTypeInterface.php, line 47
Class
- EventTypeInterface
- Provides an interface defining a event config entity.
Namespace
Drupal\rng\EntityCode
public function getEventManageOperation();