public function LingotekConfigTranslationServiceInterface::getLastUploaded in Lingotek Translation 3.4.x
Same name and namespace in other branches
- 4.0.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getLastUploaded()
- 3.5.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getLastUploaded()
- 3.6.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getLastUploaded()
- 3.7.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getLastUploaded()
- 3.8.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getLastUploaded()
Gets the 'initial upload' time metadata.
Parameters
\Drupal\Core\Config\Entity\ConfigEntityInterface $entity: The entity for which we want the timestamp.
Return value
int Returns the timestamp or NULL.
1 method overrides LingotekConfigTranslationServiceInterface::getLastUploaded()
- LingotekConfigTranslationService::getLastUploaded in src/
LingotekConfigTranslationService.php - Gets the 'initial upload' time metadata.
File
- src/
LingotekConfigTranslationServiceInterface.php, line 742
Class
- LingotekConfigTranslationServiceInterface
- Service for managing Lingotek configuration translations.
Namespace
Drupal\lingotekCode
public function getLastUploaded(ConfigEntityInterface $entity);