You are here

public function ReferenceInterface::setCreatedTime in Bibliography & Citation 2.0.x

Same name and namespace in other branches
  1. 8 modules/bibcite_entity/src/Entity/ReferenceInterface.php \Drupal\bibcite_entity\Entity\ReferenceInterface::setCreatedTime()

Sets the Reference creation timestamp.

Parameters

int $timestamp: The Reference creation timestamp.

Return value

\Drupal\bibcite_entity\Entity\ReferenceInterface The called Reference entity.

1 method overrides ReferenceInterface::setCreatedTime()
Reference::setCreatedTime in modules/bibcite_entity/src/Entity/Reference.php
Sets the Reference creation timestamp.

File

modules/bibcite_entity/src/Entity/ReferenceInterface.php, line 33

Class

ReferenceInterface
Provides an interface for defining Reference entities.

Namespace

Drupal\bibcite_entity\Entity

Code

public function setCreatedTime($timestamp);