function EventTypeInterface::setEventManageOperation in RNG - Events and Registrations 8
Sets operation to mirror from the event entity.
Parameters
string $permission: The operation to mirror.
Return value
static Return this event type for chaining.
1 method overrides EventTypeInterface::setEventManageOperation()
- EventType::setEventManageOperation in src/
Entity/ EventType.php - Sets operation to mirror from the event entity.
File
- src/
EventTypeInterface.php, line 57
Class
- EventTypeInterface
- Provides an interface defining a event config entity.
Namespace
Drupal\rngCode
function setEventManageOperation($permission);