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