public function LingotekConfigTranslationServiceInterface::cancelConfigDocumentTarget in Lingotek Translation 3.4.x
Same name and namespace in other branches
- 8.2 src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::cancelConfigDocumentTarget()
- 4.0.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::cancelConfigDocumentTarget()
- 3.0.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::cancelConfigDocumentTarget()
- 3.1.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::cancelConfigDocumentTarget()
- 3.2.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::cancelConfigDocumentTarget()
- 3.3.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::cancelConfigDocumentTarget()
- 3.5.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::cancelConfigDocumentTarget()
- 3.6.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::cancelConfigDocumentTarget()
- 3.7.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::cancelConfigDocumentTarget()
- 3.8.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::cancelConfigDocumentTarget()
Cancels a translation for a given entity in the given locale.
Parameters
string $mapper_id: The entity being cancelled.
string $locale: Lingotek translation language which we want to modify.
1 method overrides LingotekConfigTranslationServiceInterface::cancelConfigDocumentTarget()
- LingotekConfigTranslationService::cancelConfigDocumentTarget in src/
LingotekConfigTranslationService.php - Cancels a translation for a given entity in the given locale.
File
- src/
LingotekConfigTranslationServiceInterface.php, line 565
Class
- LingotekConfigTranslationServiceInterface
- Service for managing Lingotek configuration translations.
Namespace
Drupal\lingotekCode
public function cancelConfigDocumentTarget($mapper_id, $locale);