public function LingotekConfigMetadataInterface::getLastUpdated in Lingotek Translation 3.4.x
Same name and namespace in other branches
- 4.0.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::getLastUpdated()
- 3.5.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::getLastUpdated()
- 3.6.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::getLastUpdated()
- 3.7.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::getLastUpdated()
- 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
Namespace
Drupal\lingotekCode
public function getLastUpdated();