public function OpignoModuleInterface::getCreatedTime in Opigno module 8
Same name and namespace in other branches
- 3.x src/Entity/OpignoModuleInterface.php \Drupal\opigno_module\Entity\OpignoModuleInterface::getCreatedTime()
Gets the Module creation timestamp.
Return value
int Creation timestamp of the Module.
1 method overrides OpignoModuleInterface::getCreatedTime()
- OpignoModule::getCreatedTime in src/
Entity/ OpignoModule.php - Gets the Module creation timestamp.
File
- src/
Entity/ OpignoModuleInterface.php, line 41
Class
- OpignoModuleInterface
- Provides an interface for defining Module entities.
Namespace
Drupal\opigno_module\EntityCode
public function getCreatedTime();