You are here

public function CslStyleInterface::getUpdatedTime in Bibliography & Citation 2.0.x

Same name and namespace in other branches
  1. 8 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\Entity

Code

public function getUpdatedTime();