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