public function KeywordInterface::setCreatedTime 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::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\EntityCode
public function setCreatedTime($timestamp);