You are here

public function SplashifyEntityInterface::getCreatedTime in Splashify 8.2

Gets the Splashify entity creation timestamp.

Return value

int Creation timestamp of the Splashify entity.

1 method overrides SplashifyEntityInterface::getCreatedTime()
SplashifyEntity::getCreatedTime in src/Entity/SplashifyEntity.php
Gets the Splashify entity creation timestamp.

File

src/Entity/SplashifyEntityInterface.php, line 43

Class

SplashifyEntityInterface
Provides an interface for defining Splashify entity entities.

Namespace

Drupal\splashify\Entity

Code

public function getCreatedTime();