public function LingotekConfigTranslationServiceInterface::getConfigTargetStatuses in Lingotek Translation 3.4.x
Same name and namespace in other branches
- 8 src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getConfigTargetStatuses()
- 8.2 src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getConfigTargetStatuses()
- 4.0.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getConfigTargetStatuses()
- 3.0.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getConfigTargetStatuses()
- 3.1.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getConfigTargetStatuses()
- 3.2.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getConfigTargetStatuses()
- 3.3.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getConfigTargetStatuses()
- 3.5.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getConfigTargetStatuses()
- 3.6.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getConfigTargetStatuses()
- 3.7.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getConfigTargetStatuses()
- 3.8.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getConfigTargetStatuses()
Gets the translation status of a given entity translation for all locales.
Parameters
\Drupal\config_translation\ConfigNamesMapper $mapper: The entity which status we want to get.
Return value
array The status of the target translations (see Lingotek class constants)
1 method overrides LingotekConfigTranslationServiceInterface::getConfigTargetStatuses()
- LingotekConfigTranslationService::getConfigTargetStatuses in src/
LingotekConfigTranslationService.php - Gets the translation status of a given entity translation for all locales.
File
- src/
LingotekConfigTranslationServiceInterface.php, line 388
Class
- LingotekConfigTranslationServiceInterface
- Service for managing Lingotek configuration translations.
Namespace
Drupal\lingotekCode
public function getConfigTargetStatuses(ConfigNamesMapper $mapper);