You are here

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

Get event entity type ID.

Return value

string An entity type ID.

1 method overrides EventTypeInterface::getEventEntityTypeId()
EventType::getEventEntityTypeId in src/Entity/EventType.php
Get event entity type ID.

File

src/EventTypeInterface.php, line 17

Class

EventTypeInterface
Provides an interface defining a event config entity.

Namespace

Drupal\rng

Code

function getEventEntityTypeId();