public function RegistrationInterface::getOwner in RNG - Events and Registrations 8.2
Same name and namespace in other branches
- 3.x src/Entity/RegistrationInterface.php \Drupal\rng\Entity\RegistrationInterface::getOwner()
Get the User object that owns this registration.
Return value
\Drupal\user\UserInterface The User object.
1 method overrides RegistrationInterface::getOwner()
- Registration::getOwner in src/
Entity/ Registration.php - Get the User object that owns this registration.
File
- src/
Entity/ RegistrationInterface.php, line 85
Class
- RegistrationInterface
- Provides an interface defining a Registration entity.
Namespace
Drupal\rng\EntityCode
public function getOwner();