public function CslStyleInterface::getUpdatedTime in Bibliography & Citation 8
Same name and namespace in other branches
- 2.0.x src/Entity/CslStyleInterface.php \Drupal\bibcite\Entity\CslStyleInterface::getUpdatedTime()
Get date of the latest update.
Return value
int Timestamp of the latest update.
1 method overrides CslStyleInterface::getUpdatedTime()
- CslStyle::getUpdatedTime in src/
Entity/ CslStyle.php - Get date of the latest update.
File
- src/
Entity/ CslStyleInterface.php, line 62
Class
- CslStyleInterface
- Provides an interface for defining CSL style entities.
Namespace
Drupal\bibcite\EntityCode
public function getUpdatedTime();