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