You are here

public function LingotekInterfaceTranslationServiceInterface::downloadDocuments in Lingotek Translation 4.0.x

Same name and namespace in other branches
  1. 3.2.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::downloadDocuments()
  2. 3.3.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::downloadDocuments()
  3. 3.4.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::downloadDocuments()
  4. 3.5.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::downloadDocuments()
  5. 3.6.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::downloadDocuments()
  6. 3.7.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::downloadDocuments()
  7. 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 284

Class

LingotekInterfaceTranslationServiceInterface
Service for managing Lingotek interface translations.

Namespace

Drupal\lingotek

Code

public function downloadDocuments($component);