static function EventTypeInterface::courierContextCC in RNG - Events and Registrations 8
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()
- EventType::courierContextCC in src/
Entity/ EventType.php - Create or clean up courier_context if none exist for an entity type.
File
- src/
EventTypeInterface.php, line 199
Class
- EventTypeInterface
- Provides an interface defining a event config entity.
Namespace
Drupal\rngCode
static function courierContextCC($entity_type, $operation);