You are here

public function SplashifyEntityInterface::setCreatedTime in Splashify 8.2

Sets the Splashify entity creation timestamp.

Parameters

int $timestamp: The Splashify entity creation timestamp.

Return value

\Drupal\splashify\Entity\SplashifyEntityInterface The called Splashify entity entity.

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

File

src/Entity/SplashifyEntityInterface.php, line 54

Class

SplashifyEntityInterface
Provides an interface for defining Splashify entity entities.

Namespace

Drupal\splashify\Entity

Code

public function setCreatedTime($timestamp);