You are here

public function ExportEntityInterface::getCreatedTime in Content Synchronizer 3.x

Same name and namespace in other branches
  1. 8.2 src/Entity/ExportEntityInterface.php \Drupal\content_synchronizer\Entity\ExportEntityInterface::getCreatedTime()
  2. 8 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 41

Class

ExportEntityInterface
Provides an interface for defining Export entity entities.

Namespace

Drupal\content_synchronizer\Entity

Code

public function getCreatedTime();