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