public function SimpleMegaMenuInterface::getCreatedTime in Simple Mega Menu 8
Same name and namespace in other branches
- 2.0.x src/Entity/SimpleMegaMenuInterface.php \Drupal\simple_megamenu\Entity\SimpleMegaMenuInterface::getCreatedTime()
Gets the Simple mega menu creation timestamp.
Return value
int Creation timestamp of the Simple mega menu.
1 method overrides SimpleMegaMenuInterface::getCreatedTime()
- SimpleMegaMenu::getCreatedTime in src/
Entity/ SimpleMegaMenu.php - Gets the Simple mega menu creation timestamp.
File
- src/
Entity/ SimpleMegaMenuInterface.php, line 50
Class
- SimpleMegaMenuInterface
- Provides an interface for defining Simple mega menu entities.
Namespace
Drupal\simple_megamenu\EntityCode
public function getCreatedTime();