You are here

public function SplashifyEntity::getCreatedTime in Splashify 8.2

Gets the Splashify entity creation timestamp.

Return value

int Creation timestamp of the Splashify entity.

Overrides SplashifyEntityInterface::getCreatedTime

File

src/Entity/SplashifyEntity.php, line 87

Class

SplashifyEntity
Defines the Splashify entity entity.

Namespace

Drupal\splashify\Entity

Code

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