You are here

public function LingotekConfigTranslationServiceInterface::setConfigLastUpdated in Lingotek Translation 3.5.x

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

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

Parameters

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

int $timestamp: The timestamp being saved.

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

File

src/LingotekConfigTranslationServiceInterface.php, line 709

Class

LingotekConfigTranslationServiceInterface
Service for managing Lingotek configuration translations.

Namespace

Drupal\lingotek

Code

public function setConfigLastUpdated(ConfigNamesMapper $mapper, int $timestamp);