You are here

public function Flipbook::getCreatedTime in 3D Flipbook 8

File

src/Entity/Flipbook.php, line 147

Class

Flipbook
Defines the Flipbook entity.

Namespace

Drupal\flipbook\Entity

Code

public function getCreatedTime() {
  return $this
    ->get('created')->value;
}