You are here

function EventTypeInterface::setEventEntityTypeId in RNG - Events and Registrations 8

Sets the event entity type ID.

Parameters

string $entity_type: An entity type ID.

1 method overrides EventTypeInterface::setEventEntityTypeId()
EventType::setEventEntityTypeId in src/Entity/EventType.php
Sets the event entity type ID.

File

src/EventTypeInterface.php, line 25

Class

EventTypeInterface
Provides an interface defining a event config entity.

Namespace

Drupal\rng

Code

function setEventEntityTypeId($entity_type);