You are here

public function ContributorInterface::getCreatedTime in Bibliography & Citation 2.0.x

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

Gets the Contributor creation timestamp.

Return value

int Creation timestamp of the Contributor.

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

File

modules/bibcite_entity/src/Entity/ContributorInterface.php, line 183

Class

ContributorInterface
Provides an interface for defining Contributor entities.

Namespace

Drupal\bibcite_entity\Entity

Code

public function getCreatedTime();