You are here

public function LingotekInterfaceTranslationServiceInterface::markTranslationsAsDirty in Lingotek Translation 4.0.x

Same name and namespace in other branches
  1. 3.2.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::markTranslationsAsDirty()
  2. 3.3.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::markTranslationsAsDirty()
  3. 3.4.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::markTranslationsAsDirty()
  4. 3.5.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::markTranslationsAsDirty()
  5. 3.6.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::markTranslationsAsDirty()
  6. 3.7.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::markTranslationsAsDirty()
  7. 3.8.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::markTranslationsAsDirty()

Marks the translation status as dirty if they exist.

Parameters

string $component: The component which status we want to change.

Return value

string

1 method overrides LingotekInterfaceTranslationServiceInterface::markTranslationsAsDirty()
LingotekInterfaceTranslationService::markTranslationsAsDirty in src/LingotekInterfaceTranslationService.php
Marks the translation status as dirty if they exist.

File

src/LingotekInterfaceTranslationServiceInterface.php, line 124

Class

LingotekInterfaceTranslationServiceInterface
Service for managing Lingotek interface translations.

Namespace

Drupal\lingotek

Code

public function markTranslationsAsDirty($component);