You are here

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

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

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

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::setConfigLastUploaded()
LingotekConfigTranslationService::setConfigLastUploaded in src/LingotekConfigTranslationService.php
Sets the timestamp for the last time the config was uploaded.

File

src/LingotekConfigTranslationServiceInterface.php, line 699

Class

LingotekConfigTranslationServiceInterface
Service for managing Lingotek configuration translations.

Namespace

Drupal\lingotek

Code

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