You are here

public function ExtendedTranslatorPluginInterface::downloadTranslation in TMGMT Extension Suite 8

Same name and namespace in other branches
  1. 8.3 src/ExtendedTranslatorPluginInterface.php \Drupal\tmgmt_extension_suit\ExtendedTranslatorPluginInterface::downloadTranslation()
  2. 8.2 src/ExtendedTranslatorPluginInterface.php \Drupal\tmgmt_extension_suit\ExtendedTranslatorPluginInterface::downloadTranslation()

Downloads translation.

Parameters

\Drupal\tmgmt\JobInterface $job: Job object.

Return value

bool TRUE if download process completed successfully FALSE otherwise.

File

src/ExtendedTranslatorPluginInterface.php, line 33

Class

ExtendedTranslatorPluginInterface
Interface for service plugin controllers.

Namespace

Drupal\tmgmt_extension_suit

Code

public function downloadTranslation(JobInterface $job);