You are here

public function HomeboxLayoutInterface::getRevisionCreationTime in Homebox 8

Gets the Homebox Layout revision creation timestamp.

Return value

int The UNIX timestamp of when this revision was created.

Overrides RevisionLogInterface::getRevisionCreationTime

File

src/Entity/HomeboxLayoutInterface.php, line 80

Class

HomeboxLayoutInterface
Provides an interface for defining Homebox Layout entities.

Namespace

Drupal\homebox\Entity

Code

public function getRevisionCreationTime();