public function Event::getCreatedTime in Booking and Availability Management Tools for Drupal 8
File
- modules/
bat_event/ src/ Entity/ Event.php, line 84 - Contains \Drupal\bat_event\Entity\Event.
Class
- Event
- Defines the Event entity.
Namespace
Drupal\bat_event\EntityCode
public function getCreatedTime() {
return $this
->get('created')->value;
}