public function EventTypeInterface::getEventEntityTypeId in RNG - Events and Registrations 3.x
Same name and namespace in other branches
- 8.2 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\EntityCode
public function getEventEntityTypeId();