public function LingotekInterfaceTranslationServiceInterface::cancelDocumentTarget in Lingotek Translation 3.6.x
Same name and namespace in other branches
- 4.0.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::cancelDocumentTarget()
- 3.2.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::cancelDocumentTarget()
- 3.3.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::cancelDocumentTarget()
- 3.4.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::cancelDocumentTarget()
- 3.5.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::cancelDocumentTarget()
- 3.7.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::cancelDocumentTarget()
- 3.8.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::cancelDocumentTarget()
Cancels a translation for a given component in the given locale.
Parameters
string $component: The component which target we want to cancel.
string $locale: Lingotek translation language which we want to modify.
1 method overrides LingotekInterfaceTranslationServiceInterface::cancelDocumentTarget()
- LingotekInterfaceTranslationService::cancelDocumentTarget in src/
LingotekInterfaceTranslationService.php - Cancels a translation for a given component in the given locale.
File
- src/
LingotekInterfaceTranslationServiceInterface.php, line 302
Class
- LingotekInterfaceTranslationServiceInterface
- Service for managing Lingotek interface translations.
Namespace
Drupal\lingotekCode
public function cancelDocumentTarget($component, $locale);