public function LingotekInterface::getUploadedTimestamp in Lingotek Translation 3.4.x
Same name and namespace in other branches
- 8 src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getUploadedTimestamp()
- 8.2 src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getUploadedTimestamp()
- 4.0.x src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getUploadedTimestamp()
- 3.0.x src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getUploadedTimestamp()
- 3.1.x src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getUploadedTimestamp()
- 3.2.x src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getUploadedTimestamp()
- 3.3.x src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getUploadedTimestamp()
- 3.5.x src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getUploadedTimestamp()
- 3.6.x src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getUploadedTimestamp()
- 3.7.x src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getUploadedTimestamp()
- 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
Namespace
Drupal\lingotekCode
public function getUploadedTimestamp($doc_id);