public function SimpleMegaMenu::getRevisionCreationTime in Simple Mega Menu 8
Same name and namespace in other branches
- 2.0.x src/Entity/SimpleMegaMenu.php \Drupal\simple_megamenu\Entity\SimpleMegaMenu::getRevisionCreationTime()
Implements \Drupal\Core\Entity\RevisionLogInterface::getRevisionCreationTime().
Overrides RevisionLogEntityTrait::getRevisionCreationTime
File
- src/
Entity/ SimpleMegaMenu.php, line 200
Class
- SimpleMegaMenu
- Defines the Simple mega menu entity.
Namespace
Drupal\simple_megamenu\EntityCode
public function getRevisionCreationTime() {
return $this
->get('revision_timestamp')->value;
}