You are here

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

Same name and namespace in other branches
  1. 4.0.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getLastUpdated()
  2. 3.5.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getLastUpdated()
  3. 3.6.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getLastUpdated()
  4. 3.7.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getLastUpdated()
  5. 3.8.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getLastUpdated()

Gets the 'updated date' 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::getLastUpdated()
LingotekConfigTranslationService::getLastUpdated in src/LingotekConfigTranslationService.php
Gets the 'updated date' time metadata.

File

src/LingotekConfigTranslationServiceInterface.php, line 753

Class

LingotekConfigTranslationServiceInterface
Service for managing Lingotek configuration translations.

Namespace

Drupal\lingotek

Code

public function getLastUpdated(ConfigEntityInterface $entity);