public function SimpleMegaMenuInterface::getRevisionCreationTime in Simple Mega Menu 2.0.x
Same name and namespace in other branches
- 8 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\EntityCode
public function getRevisionCreationTime();