You are here

public function LingotekInterfaceTranslationServiceInterface::getUpdatedTime in Lingotek Translation 4.0.x

Same name and namespace in other branches
  1. 3.4.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::getUpdatedTime()
  2. 3.5.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::getUpdatedTime()
  3. 3.6.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::getUpdatedTime()
  4. 3.7.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::getUpdatedTime()
  5. 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 436

Class

LingotekInterfaceTranslationServiceInterface
Service for managing Lingotek interface translations.

Namespace

Drupal\lingotek

Code

public function getUpdatedTime($component);