public function LingotekInterfaceTranslationServiceInterface::getUpdatedTime in Lingotek Translation 3.5.x
Same name and namespace in other branches
- 4.0.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::getUpdatedTime()
- 3.4.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::getUpdatedTime()
- 3.6.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::getUpdatedTime()
- 3.7.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::getUpdatedTime()
- 3.8.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::getUpdatedTime()
Returns the 'updated date' 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::getUpdatedTime()
- LingotekInterfaceTranslationService::getUpdatedTime in src/
LingotekInterfaceTranslationService.php - Returns the 'updated date' time metadata.
File
- src/
LingotekInterfaceTranslationServiceInterface.php, line 432
Class
- LingotekInterfaceTranslationServiceInterface
- Service for managing Lingotek interface translations.
Namespace
Drupal\lingotekCode
public function getUpdatedTime($component);