You are here

public static function EventTypeInterface::courierContextCC 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::courierContextCC()

Create or clean up courier_context if none exist for an entity type.

Parameters

string $entity_type: Entity type of the event type.

string $operation: An operation: 'create' or 'delete'.

1 method overrides EventTypeInterface::courierContextCC()
RngEventType::courierContextCC in src/Entity/RngEventType.php
Create or clean up courier_context if none exist for an entity type.

File

src/Entity/EventTypeInterface.php, line 323

Class

EventTypeInterface
Provides an interface defining a event config entity.

Namespace

Drupal\rng\Entity

Code

public static function courierContextCC($entity_type, $operation);