You are here

public function EventTypeInterface::setEventManageOperation in RNG - Events and Registrations 8.2

Same name and namespace in other branches
  1. 3.x src/Entity/EventTypeInterface.php \Drupal\rng\Entity\EventTypeInterface::setEventManageOperation()

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()
RngEventType::setEventManageOperation in src/Entity/RngEventType.php
Sets operation to mirror from the event entity.

File

src/Entity/EventTypeInterface.php, line 58

Class

EventTypeInterface
Provides an interface defining a event config entity.

Namespace

Drupal\rng\Entity

Code

public function setEventManageOperation($permission);