You are here

public function CslStyle::getUpdatedTime in Bibliography & Citation 8

Same name and namespace in other branches
  1. 2.0.x src/Entity/CslStyle.php \Drupal\bibcite\Entity\CslStyle::getUpdatedTime()

Get date of the latest update.

Return value

int Timestamp of the latest update.

Overrides CslStyleInterface::getUpdatedTime

File

src/Entity/CslStyle.php, line 118

Class

CslStyle
Defines the CSL style entity.

Namespace

Drupal\bibcite\Entity

Code

public function getUpdatedTime() {
  return $this->updated;
}