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