public function Flipbook::getCreatedTime in 3D Flipbook 8
File
- src/
Entity/ Flipbook.php, line 147
Class
- Flipbook
- Defines the Flipbook entity.
Namespace
Drupal\flipbook\EntityCode
public function getCreatedTime() {
return $this
->get('created')->value;
}