You are here

public function LingotekConfigTranslationServiceInterface::getConfigTargetStatuses in Lingotek Translation 3.0.x

Same name and namespace in other branches
  1. 8 src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getConfigTargetStatuses()
  2. 8.2 src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getConfigTargetStatuses()
  3. 4.0.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getConfigTargetStatuses()
  4. 3.1.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getConfigTargetStatuses()
  5. 3.2.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getConfigTargetStatuses()
  6. 3.3.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getConfigTargetStatuses()
  7. 3.4.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getConfigTargetStatuses()
  8. 3.5.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getConfigTargetStatuses()
  9. 3.6.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getConfigTargetStatuses()
  10. 3.7.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getConfigTargetStatuses()
  11. 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 387

Class

LingotekConfigTranslationServiceInterface
Service for managing Lingotek configuration translations.

Namespace

Drupal\lingotek

Code

public function getConfigTargetStatuses(ConfigNamesMapper $mapper);