public function RegistrationInterface::getCreatedTime in RNG - Events and Registrations 8
Returns the registration creation timestamp.
Return value
int Creation timestamp of the registration.
1 method overrides RegistrationInterface::getCreatedTime()
- Registration::getCreatedTime in src/
Entity/ Registration.php - Returns the registration creation timestamp.
File
- src/
RegistrationInterface.php, line 27
Class
- RegistrationInterface
- Provides an interface defining a Registration entity.
Namespace
Drupal\rngCode
public function getCreatedTime();