public function EventInterface::getCreatedTime in Event 8
Gets the Event creation timestamp.
Return value
int Creation timestamp of the Event.
1 method overrides EventInterface::getCreatedTime()
- Event::getCreatedTime in src/
Entity/ Event.php - Gets the Event creation timestamp.
File
- src/
Entity/ EventInterface.php, line 63
Class
- EventInterface
- Provides an interface for defining Event entities.
Namespace
Drupal\event\EntityCode
public function getCreatedTime();