You are here

public function LingotekConfigMetadataInterface::getLastUpdated in Lingotek Translation 3.4.x

Same name and namespace in other branches
  1. 4.0.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::getLastUpdated()
  2. 3.5.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::getLastUpdated()
  3. 3.6.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::getLastUpdated()
  4. 3.7.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::getLastUpdated()
  5. 3.8.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::getLastUpdated()

Gets the timestamp for the last time document was updated.

Return value

int

1 method overrides LingotekConfigMetadataInterface::getLastUpdated()
LingotekConfigMetadata::getLastUpdated in src/Entity/LingotekConfigMetadata.php
Gets the timestamp for the last time document was updated.

File

src/LingotekConfigMetadataInterface.php, line 131

Class

LingotekConfigMetadataInterface

Namespace

Drupal\lingotek

Code

public function getLastUpdated();