public function ExtendedTranslatorPluginInterface::requestTranslationExtended in TMGMT Extension Suite 8.2
Same name and namespace in other branches
- 8.3 src/ExtendedTranslatorPluginInterface.php \Drupal\tmgmt_extension_suit\ExtendedTranslatorPluginInterface::requestTranslationExtended()
Requests translation.
Parameters
\Drupal\tmgmt\JobInterface $job:
array $data:
Return value
mixed
File
- src/
ExtendedTranslatorPluginInterface.php, line 68
Class
- ExtendedTranslatorPluginInterface
- Interface for service plugin controllers.
Namespace
Drupal\tmgmt_extension_suitCode
public function requestTranslationExtended(JobInterface $job, array $data);