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