You are here

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

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

Gets the timestamp for the last time the config was updated.

Parameters

\Drupal\config_translation\ConfigNamesMapper $mapper: The mapper for which we want to get the timestamp.

Return value

int The timestamp or NULL.

1 method overrides LingotekConfigTranslationServiceInterface::getConfigLastUpdated()
LingotekConfigTranslationService::getConfigLastUpdated in src/LingotekConfigTranslationService.php
Gets the timestamp for the last time the config was updated.

File

src/LingotekConfigTranslationServiceInterface.php, line 731

Class

LingotekConfigTranslationServiceInterface
Service for managing Lingotek configuration translations.

Namespace

Drupal\lingotek

Code

public function getConfigLastUpdated(ConfigNamesMapper $mapper);