You are here

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

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

Code

public function getLastUploaded($component);