public function LingotekConfigTranslationServiceInterface::setConfigLastUploaded in Lingotek Translation 3.4.x
Same name and namespace in other branches
- 4.0.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::setConfigLastUploaded()
- 3.5.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::setConfigLastUploaded()
- 3.6.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::setConfigLastUploaded()
- 3.7.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::setConfigLastUploaded()
- 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\lingotekCode
public function setConfigLastUploaded(ConfigNamesMapper $mapper, int $timestamp);