You are here

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

Same name and namespace in other branches
  1. 8.2 src/Entity/ExportEntityInterface.php \Drupal\content_synchronizer\Entity\ExportEntityInterface::setCreatedTime()
  2. 8 src/Entity/ExportEntityInterface.php \Drupal\content_synchronizer\Entity\ExportEntityInterface::setCreatedTime()

Sets the Export entity creation timestamp.

Parameters

int $timestamp: The Export entity creation timestamp.

Return value

\Drupal\content_synchronizer\Entity\ExportEntityInterface The called Export entity entity.

1 method overrides ExportEntityInterface::setCreatedTime()
ExportEntity::setCreatedTime in src/Entity/ExportEntity.php
Sets the Export entity creation timestamp.

File

src/Entity/ExportEntityInterface.php, line 52

Class

ExportEntityInterface
Provides an interface for defining Export entity entities.

Namespace

Drupal\content_synchronizer\Entity

Code

public function setCreatedTime($timestamp);