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\rngCode
function setEventEntityTypeId($entity_type);