You are here

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

Get event entity type ID.

Return value

string An entity type ID.

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

File

src/Entity/EventTypeInterface.php, line 18

Class

EventTypeInterface
Provides an interface defining a event config entity.

Namespace

Drupal\rng\Entity

Code

public function getEventEntityTypeId();