public function ExtendedTranslatorPluginInterface::downloadTranslation in TMGMT Extension Suite 8.2
Same name and namespace in other branches
- 8.3 src/ExtendedTranslatorPluginInterface.php \Drupal\tmgmt_extension_suit\ExtendedTranslatorPluginInterface::downloadTranslation()
- 8 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_suitCode
public function downloadTranslation(JobInterface $job);