You are here

public function SplashifyGroupEntity::getCreatedTime in Splashify 8.2

Gets the Splashify group entity creation timestamp.

Return value

int Creation timestamp of the Splashify group entity.

Overrides SplashifyGroupEntityInterface::getCreatedTime

File

src/Entity/SplashifyGroupEntity.php, line 87

Class

SplashifyGroupEntity
Defines the Splashify group entity entity.

Namespace

Drupal\splashify\Entity

Code

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