You are here

public function LingotekContentMetadata::getLastUpdated in Lingotek Translation 3.5.x

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

Gets the timestamp for the time of the initial upload.

Return value

int

File

src/Entity/LingotekContentMetadata.php, line 298

Class

LingotekContentMetadata
Defines the Lingotek content metadata entity.

Namespace

Drupal\lingotek\Entity

Code

public function getLastUpdated() {
  return $this->updated_timestamp->value;
}