public function ContributorInterface::setCreatedTime in Bibliography & Citation 8
Same name and namespace in other branches
- 2.0.x modules/bibcite_entity/src/Entity/ContributorInterface.php \Drupal\bibcite_entity\Entity\ContributorInterface::setCreatedTime()
Sets the Contributor creation timestamp.
Parameters
int $timestamp: The Contributor creation timestamp.
Return value
\Drupal\bibcite_entity\Entity\ContributorInterface The called Contributor entity.
1 method overrides ContributorInterface::setCreatedTime()
- Contributor::setCreatedTime in modules/
bibcite_entity/ src/ Entity/ Contributor.php - Sets the Contributor creation timestamp.
File
- modules/
bibcite_entity/ src/ Entity/ ContributorInterface.php, line 194
Class
- ContributorInterface
- Provides an interface for defining Contributor entities.
Namespace
Drupal\bibcite_entity\EntityCode
public function setCreatedTime($timestamp);