You are here

public function LingotekConfigTranslationServiceInterface::getLastUploaded in Lingotek Translation 3.4.x

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

Code

public function getLastUploaded(ConfigEntityInterface $entity);