You are here

public function ImportEntityInterface::setCreatedTime in Content Synchronizer 8.2

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

Sets the Import creation timestamp.

Parameters

int $timestamp: The Import creation timestamp.

Return value

\Drupal\content_synchronizer\Entity\ImportEntityInterface The called Import entity.

1 method overrides ImportEntityInterface::setCreatedTime()
ImportEntity::setCreatedTime in src/Entity/ImportEntity.php
Sets the Import creation timestamp.

File

src/Entity/ImportEntityInterface.php, line 54

Class

ImportEntityInterface
Provides an interface for defining Import entities.

Namespace

Drupal\content_synchronizer\Entity

Code

public function setCreatedTime($timestamp);