You are here

public function SplashifyGroupEntityInterface::getCreatedTime in Splashify 8.2

Gets the Splashify group entity creation timestamp.

Return value

int Creation timestamp of the Splashify group entity.

1 method overrides SplashifyGroupEntityInterface::getCreatedTime()
SplashifyGroupEntity::getCreatedTime in src/Entity/SplashifyGroupEntity.php
Gets the Splashify group entity creation timestamp.

File

src/Entity/SplashifyGroupEntityInterface.php, line 43

Class

SplashifyGroupEntityInterface
Provides an interface for defining Splashify group entity entities.

Namespace

Drupal\splashify\Entity

Code

public function getCreatedTime();