public function LingotekInterfaceTranslationServiceInterface::getTargetStatuses in Lingotek Translation 3.6.x
Same name and namespace in other branches
- 4.0.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::getTargetStatuses()
- 3.2.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::getTargetStatuses()
- 3.3.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::getTargetStatuses()
- 3.4.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::getTargetStatuses()
- 3.5.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::getTargetStatuses()
- 3.7.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::getTargetStatuses()
- 3.8.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::getTargetStatuses()
Gets the translation statuses of a given component translation for all locales.
Parameters
string $component: The component which status we want to get.
Return value
array The statuses of the target translation keyed by langcode (see Lingotek class constants for the values)
1 method overrides LingotekInterfaceTranslationServiceInterface::getTargetStatuses()
- LingotekInterfaceTranslationService::getTargetStatuses in src/
LingotekInterfaceTranslationService.php - Gets the translation statuses of a given component translation for all locales.
File
- src/
LingotekInterfaceTranslationServiceInterface.php, line 88
Class
- LingotekInterfaceTranslationServiceInterface
- Service for managing Lingotek interface translations.
Namespace
Drupal\lingotekCode
public function getTargetStatuses($component);