You are here

public function HomeboxLayoutInterface::setRevisionCreationTime in Homebox 8

Sets the Homebox Layout revision creation timestamp.

Parameters

int $timestamp: The UNIX timestamp of when this revision was created.

Return value

$this

Overrides RevisionLogInterface::setRevisionCreationTime

File

src/Entity/HomeboxLayoutInterface.php, line 90

Class

HomeboxLayoutInterface
Provides an interface for defining Homebox Layout entities.

Namespace

Drupal\homebox\Entity

Code

public function setRevisionCreationTime($timestamp);