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