You are here

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

Same name and namespace in other branches
  1. 8 src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::markConfigTranslationsAsDirty()
  2. 8.2 src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::markConfigTranslationsAsDirty()
  3. 4.0.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::markConfigTranslationsAsDirty()
  4. 3.0.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::markConfigTranslationsAsDirty()
  5. 3.1.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::markConfigTranslationsAsDirty()
  6. 3.2.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::markConfigTranslationsAsDirty()
  7. 3.3.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::markConfigTranslationsAsDirty()
  8. 3.5.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::markConfigTranslationsAsDirty()
  9. 3.6.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::markConfigTranslationsAsDirty()
  10. 3.7.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::markConfigTranslationsAsDirty()
  11. 3.8.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::markConfigTranslationsAsDirty()

Marks the translation status as dirty if they exist.

Parameters

\Drupal\config_translation\ConfigNamesMapper $mapper_id: The mapper which status we want to change.

Return value

\Drupal\config_translation\ConfigNamesMapper

1 method overrides LingotekConfigTranslationServiceInterface::markConfigTranslationsAsDirty()
LingotekConfigTranslationService::markConfigTranslationsAsDirty in src/LingotekConfigTranslationService.php
Marks the translation status as dirty if they exist.

File

src/LingotekConfigTranslationServiceInterface.php, line 601

Class

LingotekConfigTranslationServiceInterface
Service for managing Lingotek configuration translations.

Namespace

Drupal\lingotek

Code

public function markConfigTranslationsAsDirty(ConfigNamesMapper $mapper_id);