You are here

public function LingotekInterface::getUploadedTimestamp in Lingotek Translation 3.6.x

Same name and namespace in other branches
  1. 8 src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getUploadedTimestamp()
  2. 8.2 src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getUploadedTimestamp()
  3. 4.0.x src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getUploadedTimestamp()
  4. 3.0.x src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getUploadedTimestamp()
  5. 3.1.x src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getUploadedTimestamp()
  6. 3.2.x src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getUploadedTimestamp()
  7. 3.3.x src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getUploadedTimestamp()
  8. 3.4.x src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getUploadedTimestamp()
  9. 3.5.x src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getUploadedTimestamp()
  10. 3.7.x src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getUploadedTimestamp()
  11. 3.8.x src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getUploadedTimestamp()

Gets the last edited timestamp from Lingotek service.

Parameters

string $doc_id: The document id in Lingotek.

Return value

int The timestamp.

2 methods override LingotekInterface::getUploadedTimestamp()
Lingotek::getUploadedTimestamp in src/Lingotek.php
Gets the last edited timestamp from Lingotek service.
LingotekFake::getUploadedTimestamp in tests/modules/lingotek_test/src/LingotekFake.php
Gets the last edited timestamp from Lingotek service.

File

src/LingotekInterface.php, line 296

Class

LingotekInterface

Namespace

Drupal\lingotek

Code

public function getUploadedTimestamp($doc_id);