public function ExportEntityInterface::setCreatedTime in Content Synchronizer 8
Same name and namespace in other branches
- 8.2 src/Entity/ExportEntityInterface.php \Drupal\content_synchronizer\Entity\ExportEntityInterface::setCreatedTime()
- 3.x src/Entity/ExportEntityInterface.php \Drupal\content_synchronizer\Entity\ExportEntityInterface::setCreatedTime()
Sets the Export entity creation timestamp.
Parameters
int $timestamp: The Export entity creation timestamp.
Return value
\Drupal\content_synchronizer\Entity\ExportEntityInterface The called Export entity entity.
1 method overrides ExportEntityInterface::setCreatedTime()
- ExportEntity::setCreatedTime in src/
Entity/ ExportEntity.php - Sets the Export entity creation timestamp.
File
- src/
Entity/ ExportEntityInterface.php, line 54
Class
- ExportEntityInterface
- Provides an interface for defining Export entity entities.
Namespace
Drupal\content_synchronizer\EntityCode
public function setCreatedTime($timestamp);