public function EventTypeInterface::setEventEntityTypeId in RNG - Events and Registrations 3.x
Same name and namespace in other branches
- 8.2 src/Entity/EventTypeInterface.php \Drupal\rng\Entity\EventTypeInterface::setEventEntityTypeId()
Sets the event entity type ID.
Parameters
string $entity_type: An entity type ID.
1 method overrides EventTypeInterface::setEventEntityTypeId()
- RngEventType::setEventEntityTypeId in src/
Entity/ RngEventType.php - Sets the event entity type ID.
File
- src/
Entity/ EventTypeInterface.php, line 26
Class
- EventTypeInterface
- Provides an interface defining a event config entity.
Namespace
Drupal\rng\EntityCode
public function setEventEntityTypeId($entity_type);