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