You are here

public function ReferenceInterface::getCreatedTime in Bibliography & Citation 8

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

Gets the Reference creation timestamp.

Return value

int Creation timestamp of the Reference.

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

File

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

Class

ReferenceInterface
Provides an interface for defining Reference entities.

Namespace

Drupal\bibcite_entity\Entity

Code

public function getCreatedTime();