You are here

public function ImportEntityInterface::getCreatedTime in Content Synchronizer 8.2

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

Code

public function getCreatedTime();