public function GroupInterface::getEvent in RNG - Events and Registrations 8
Get associated event.
Return value
\Drupal\Core\Entity\ContentEntityInterface|NULL An entity, or NULL if the event does not exist.
1 method overrides GroupInterface::getEvent()
- Group::getEvent in src/
Entity/ Group.php - Get associated event.
File
- src/
GroupInterface.php, line 18
Class
- GroupInterface
- Provides an interface defining a registration group entity.
Namespace
Drupal\rngCode
public function getEvent();