You are here

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

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

Gets the timestamp for the time of the initial upload.

Return value

int

1 method overrides LingotekConfigMetadataInterface::getLastUploaded()
LingotekConfigMetadata::getLastUploaded in src/Entity/LingotekConfigMetadata.php
Gets the timestamp for the time of the initial upload.

File

src/LingotekConfigMetadataInterface.php, line 114

Class

LingotekConfigMetadataInterface

Namespace

Drupal\lingotek

Code

public function getLastUploaded();