public function LingotekContentTranslationServiceInterface::markTranslationsAsDirty in Lingotek Translation 3.8.x
Same name and namespace in other branches
- 8 src/LingotekContentTranslationServiceInterface.php \Drupal\lingotek\LingotekContentTranslationServiceInterface::markTranslationsAsDirty()
- 8.2 src/LingotekContentTranslationServiceInterface.php \Drupal\lingotek\LingotekContentTranslationServiceInterface::markTranslationsAsDirty()
- 4.0.x src/LingotekContentTranslationServiceInterface.php \Drupal\lingotek\LingotekContentTranslationServiceInterface::markTranslationsAsDirty()
- 3.0.x src/LingotekContentTranslationServiceInterface.php \Drupal\lingotek\LingotekContentTranslationServiceInterface::markTranslationsAsDirty()
- 3.1.x src/LingotekContentTranslationServiceInterface.php \Drupal\lingotek\LingotekContentTranslationServiceInterface::markTranslationsAsDirty()
- 3.2.x src/LingotekContentTranslationServiceInterface.php \Drupal\lingotek\LingotekContentTranslationServiceInterface::markTranslationsAsDirty()
- 3.3.x src/LingotekContentTranslationServiceInterface.php \Drupal\lingotek\LingotekContentTranslationServiceInterface::markTranslationsAsDirty()
- 3.4.x src/LingotekContentTranslationServiceInterface.php \Drupal\lingotek\LingotekContentTranslationServiceInterface::markTranslationsAsDirty()
- 3.5.x src/LingotekContentTranslationServiceInterface.php \Drupal\lingotek\LingotekContentTranslationServiceInterface::markTranslationsAsDirty()
- 3.6.x src/LingotekContentTranslationServiceInterface.php \Drupal\lingotek\LingotekContentTranslationServiceInterface::markTranslationsAsDirty()
- 3.7.x src/LingotekContentTranslationServiceInterface.php \Drupal\lingotek\LingotekContentTranslationServiceInterface::markTranslationsAsDirty()
Marks the translation status as dirty if they exist.
Parameters
\Drupal\Core\Entity\ContentEntityInterface &$entity: The entity which status we want to change.
Return value
\Drupal\Core\Entity\ContentEntityInterface
1 method overrides LingotekContentTranslationServiceInterface::markTranslationsAsDirty()
- LingotekContentTranslationService::markTranslationsAsDirty in src/
LingotekContentTranslationService.php - Marks the translation status as dirty if they exist.
File
- src/
LingotekContentTranslationServiceInterface.php, line 132
Class
- LingotekContentTranslationServiceInterface
- Service for managing Lingotek content translations.
Namespace
Drupal\lingotekCode
public function markTranslationsAsDirty(ContentEntityInterface &$entity);