public function RegistrationInterface::getCreatedTime in RNG - Events and Registrations 8.2
Same name and namespace in other branches
- 3.x src/Entity/RegistrationInterface.php \Drupal\rng\Entity\RegistrationInterface::getCreatedTime()
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/
Entity/ RegistrationInterface.php, line 36
Class
- RegistrationInterface
- Provides an interface defining a Registration entity.
Namespace
Drupal\rng\EntityCode
public function getCreatedTime();