public function LingotekContentTranslationServiceInterface::getLastUploaded in Lingotek Translation 3.8.x
Same name and namespace in other branches
- 4.0.x src/LingotekContentTranslationServiceInterface.php \Drupal\lingotek\LingotekContentTranslationServiceInterface::getLastUploaded()
- 3.4.x src/LingotekContentTranslationServiceInterface.php \Drupal\lingotek\LingotekContentTranslationServiceInterface::getLastUploaded()
- 3.5.x src/LingotekContentTranslationServiceInterface.php \Drupal\lingotek\LingotekContentTranslationServiceInterface::getLastUploaded()
- 3.6.x src/LingotekContentTranslationServiceInterface.php \Drupal\lingotek\LingotekContentTranslationServiceInterface::getLastUploaded()
- 3.7.x src/LingotekContentTranslationServiceInterface.php \Drupal\lingotek\LingotekContentTranslationServiceInterface::getLastUploaded()
Gets the 'initial upload' time metadata for the given entity.
Parameters
\Drupal\Core\Entity\ContentEntityInterface $entity: The entity which we want the document id.
Return value
\Drupal\Core\Entity\ContentEntityInterface Returns the timestamp.
1 method overrides LingotekContentTranslationServiceInterface::getLastUploaded()
- LingotekContentTranslationService::getLastUploaded in src/
LingotekContentTranslationService.php - Gets the 'initial upload' time metadata for the given entity.
File
- src/
LingotekContentTranslationServiceInterface.php, line 442
Class
- LingotekContentTranslationServiceInterface
- Service for managing Lingotek content translations.
Namespace
Drupal\lingotekCode
public function getLastUploaded(ContentEntityInterface $entity);