You are here

public function KeywordInterface::getCreatedTime 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::getCreatedTime()

Gets the Keyword creation timestamp.

Return value

int Creation timestamp of the Keyword.

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

File

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

Class

KeywordInterface
Provides an interface for defining Keyword entities.

Namespace

Drupal\bibcite_entity\Entity

Code

public function getCreatedTime();