public function CslStyleInterface::setUpdatedTime in Bibliography & Citation 8
Same name and namespace in other branches
- 2.0.x src/Entity/CslStyleInterface.php \Drupal\bibcite\Entity\CslStyleInterface::setUpdatedTime()
Set a new updated time.
Parameters
int $timestamp: Timestamp of updated time.
Return value
$this
1 method overrides CslStyleInterface::setUpdatedTime()
- CslStyle::setUpdatedTime in src/
Entity/ CslStyle.php - Set a new updated time.
File
- src/
Entity/ CslStyleInterface.php, line 72
Class
- CslStyleInterface
- Provides an interface for defining CSL style entities.
Namespace
Drupal\bibcite\EntityCode
public function setUpdatedTime($timestamp);