You are here

public function SimpleMegaMenuInterface::getRevisionCreationTime in Simple Mega Menu 8

Same name and namespace in other branches
  1. 2.0.x src/Entity/SimpleMegaMenuInterface.php \Drupal\simple_megamenu\Entity\SimpleMegaMenuInterface::getRevisionCreationTime()

Gets the Simple mega menu revision creation timestamp.

Return value

int The UNIX timestamp of when this revision was created.

Overrides RevisionLogInterface::getRevisionCreationTime

File

src/Entity/SimpleMegaMenuInterface.php, line 90

Class

SimpleMegaMenuInterface
Provides an interface for defining Simple mega menu entities.

Namespace

Drupal\simple_megamenu\Entity

Code

public function getRevisionCreationTime();