You are here

public function LingotekConfigTranslationServiceInterface::getTargetStatuses in Lingotek Translation 3.4.x

Same name and namespace in other branches
  1. 8 src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getTargetStatuses()
  2. 8.2 src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getTargetStatuses()
  3. 4.0.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getTargetStatuses()
  4. 3.0.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getTargetStatuses()
  5. 3.1.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getTargetStatuses()
  6. 3.2.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getTargetStatuses()
  7. 3.3.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getTargetStatuses()
  8. 3.5.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getTargetStatuses()
  9. 3.6.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getTargetStatuses()
  10. 3.7.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getTargetStatuses()
  11. 3.8.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getTargetStatuses()

Gets the translation status of a given entity translation for all locales.

Parameters

\Drupal\Core\Config\ConfigEntityInterface &$entity: The entity which statuses we want to get.

Return value

array The status of the target translations (see Lingotek class constants)

1 method overrides LingotekConfigTranslationServiceInterface::getTargetStatuses()
LingotekConfigTranslationService::getTargetStatuses in src/LingotekConfigTranslationService.php
Gets the translation status of a given entity translation for all locales.

File

src/LingotekConfigTranslationServiceInterface.php, line 122

Class

LingotekConfigTranslationServiceInterface
Service for managing Lingotek configuration translations.

Namespace

Drupal\lingotek

Code

public function getTargetStatuses(ConfigEntityInterface &$entity);