public function LingotekInterfaceTranslationServiceInterface::downloadDocuments in Lingotek Translation 3.4.x
Same name and namespace in other branches
- 4.0.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::downloadDocuments()
- 3.2.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::downloadDocuments()
- 3.3.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::downloadDocuments()
- 3.5.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::downloadDocuments()
- 3.6.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::downloadDocuments()
- 3.7.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::downloadDocuments()
- 3.8.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::downloadDocuments()
Downloads a document from the Lingotek service for all available locales.
Parameters
string $component: The component being downloaded.
Return value
bool TRUE if the document was downloaded successfully, FALSE if not.
1 method overrides LingotekInterfaceTranslationServiceInterface::downloadDocuments()
- LingotekInterfaceTranslationService::downloadDocuments in src/
LingotekInterfaceTranslationService.php - Downloads a document from the Lingotek service for all available locales.
File
- src/
LingotekInterfaceTranslationServiceInterface.php, line 281
Class
- LingotekInterfaceTranslationServiceInterface
- Service for managing Lingotek interface translations.
Namespace
Drupal\lingotekCode
public function downloadDocuments($component);