You are here

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

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

Sets the Keyword creation timestamp.

Parameters

int $timestamp: The Keyword creation timestamp.

Return value

\Drupal\bibcite_entity\Entity\KeywordInterface The called Keyword entity.

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

File

modules/bibcite_entity/src/Entity/KeywordInterface.php, line 51

Class

KeywordInterface
Provides an interface for defining Keyword entities.

Namespace

Drupal\bibcite_entity\Entity

Code

public function setCreatedTime($timestamp);