public function LingotekInterfaceTranslationServiceInterface::getLastUploaded in Lingotek Translation 4.0.x
Same name and namespace in other branches
- 3.4.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::getLastUploaded()
- 3.5.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::getLastUploaded()
- 3.6.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::getLastUploaded()
- 3.7.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::getLastUploaded()
- 3.8.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::getLastUploaded()
Returns the 'initial upload' time metadata.
Parameters
string $component: The component for which we want to get the timestamp.
Return value
int Returns the unix timestamp.
1 method overrides LingotekInterfaceTranslationServiceInterface::getLastUploaded()
- LingotekInterfaceTranslationService::getLastUploaded in src/
LingotekInterfaceTranslationService.php - Returns the 'initial upload' time metadata.
File
- src/
LingotekInterfaceTranslationServiceInterface.php, line 425
Class
- LingotekInterfaceTranslationServiceInterface
- Service for managing Lingotek interface translations.
Namespace
Drupal\lingotekCode
public function getLastUploaded($component);