public function LingotekConfigTranslationServiceInterface::checkConfigTargetStatus in Lingotek Translation 8
Same name and namespace in other branches
- 8.2 src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::checkConfigTargetStatus()
- 4.0.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::checkConfigTargetStatus()
- 3.0.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::checkConfigTargetStatus()
- 3.1.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::checkConfigTargetStatus()
- 3.2.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::checkConfigTargetStatus()
- 3.3.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::checkConfigTargetStatus()
- 3.4.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::checkConfigTargetStatus()
- 3.5.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::checkConfigTargetStatus()
- 3.6.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::checkConfigTargetStatus()
- 3.7.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::checkConfigTargetStatus()
- 3.8.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::checkConfigTargetStatus()
Checks the status of the translation in the Lingotek service.
Parameters
string $mapper_id: The entity which status we want to check.
string $locale: Lingotek translation language which we want to check.
Return value
boolean True if the entity is available for download.
1 method overrides LingotekConfigTranslationServiceInterface::checkConfigTargetStatus()
- LingotekConfigTranslationService::checkConfigTargetStatus in src/
LingotekConfigTranslationService.php - Checks the status of the translation in the Lingotek service.
File
- src/
LingotekConfigTranslationServiceInterface.php, line 475 - Contains \Drupal\lingotek\LingotekConfigTranslationServiceInterface.
Class
- LingotekConfigTranslationServiceInterface
- Service for managing Lingotek configuration translations.
Namespace
Drupal\lingotekCode
public function checkConfigTargetStatus($mapper_id, $locale);