public function KeywordInterface::getCreatedTime in Bibliography & Citation 8
Same name and namespace in other branches
- 2.0.x 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\EntityCode
public function getCreatedTime();