public function LingotekInterfaceTranslationServiceInterface::checkTargetStatus in Lingotek Translation 4.0.x
Same name and namespace in other branches
- 3.2.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::checkTargetStatus()
- 3.3.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::checkTargetStatus()
- 3.4.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::checkTargetStatus()
- 3.5.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::checkTargetStatus()
- 3.6.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::checkTargetStatus()
- 3.7.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::checkTargetStatus()
- 3.8.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::checkTargetStatus()
Gets the current status of the target translation.
Parameters
string $component: The component which status we want to check.
string $langcode: Translation language we want to check.
Return value
bool True if the component is uploaded succesfully.
1 method overrides LingotekInterfaceTranslationServiceInterface::checkTargetStatus()
- LingotekInterfaceTranslationService::checkTargetStatus in src/
LingotekInterfaceTranslationService.php - Gets the current status of the target translation.
File
- src/
LingotekInterfaceTranslationServiceInterface.php, line 63
Class
- LingotekInterfaceTranslationServiceInterface
- Service for managing Lingotek interface translations.
Namespace
Drupal\lingotekCode
public function checkTargetStatus($component, $langcode);