You are here

public function SplashifyGroupEntityInterface::setCreatedTime in Splashify 8.2

Sets the Splashify group entity creation timestamp.

Parameters

int $timestamp: The Splashify group entity creation timestamp.

Return value

\Drupal\splashify\Entity\SplashifyGroupEntityInterface The called Splashify group entity entity.

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

File

src/Entity/SplashifyGroupEntityInterface.php, line 54

Class

SplashifyGroupEntityInterface
Provides an interface for defining Splashify group entity entities.

Namespace

Drupal\splashify\Entity

Code

public function setCreatedTime($timestamp);