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