public function OpignoModuleInterface::setCreatedTime in Opigno module 8
Same name and namespace in other branches
- 3.x src/Entity/OpignoModuleInterface.php \Drupal\opigno_module\Entity\OpignoModuleInterface::setCreatedTime()
Sets the Module creation timestamp.
Parameters
int $timestamp: The Module creation timestamp.
Return value
\Drupal\opigno_module\Entity\OpignoModuleInterface The called Module entity.
1 method overrides OpignoModuleInterface::setCreatedTime()
- OpignoModule::setCreatedTime in src/
Entity/ OpignoModule.php - Sets the Module creation timestamp.
File
- src/
Entity/ OpignoModuleInterface.php, line 52
Class
- OpignoModuleInterface
- Provides an interface for defining Module entities.
Namespace
Drupal\opigno_module\EntityCode
public function setCreatedTime($timestamp);