You are here

public function LingotekInterfaceTranslationServiceInterface::getTargetStatuses in Lingotek Translation 4.0.x

Same name and namespace in other branches
  1. 3.2.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::getTargetStatuses()
  2. 3.3.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::getTargetStatuses()
  3. 3.4.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::getTargetStatuses()
  4. 3.5.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::getTargetStatuses()
  5. 3.6.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::getTargetStatuses()
  6. 3.7.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::getTargetStatuses()
  7. 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\lingotek

Code

public function getTargetStatuses($component);