You are here

public property RngEventType::$mirror_operation_to_event_manage in RNG - Events and Registrations 3.x

Same name and namespace in other branches
  1. 8.2 src/Entity/RngEventType.php \Drupal\rng\Entity\RngEventType::mirror_operation_to_event_manage

Mirror update permissions.

The operation to mirror from the parent entity. For example, if the user has permission to do 'update' operation on the event entity and you want to mirror it. You should set this to 'update'.

Type: string

File

src/Entity/RngEventType.php, line 85

Class

RngEventType
Defines the event type entity.

Namespace

Drupal\rng\Entity

Code

public $mirror_operation_to_event_manage;