public function TMGMTTranslatorPluginControllerInterface::requestTranslation in Translation Management Tool 7
@abstract
Submits the translation request and sends it to the translation provider.
Parameters
TMGMTJob $job: The job that should be submitted.
Related topics
3 methods override TMGMTTranslatorPluginControllerInterface::requestTranslation()
- TMGMTFileTranslatorPluginController::requestTranslation in translators/
file/ tmgmt_file.plugin.inc - @abstract
- TMGMTLocalTranslatorPluginController::requestTranslation in translators/
tmgmt_local/ includes/ tmgmt_local.plugin.inc - @abstract
- TMGMTTestTranslatorPluginController::requestTranslation in tests/
tmgmt_test.plugin.translator.inc - @abstract
File
- plugin/
tmgmt.plugin.interface.translator.inc, line 190 - Contains the source plugin interface.
Class
- TMGMTTranslatorPluginControllerInterface
- Interface for service plugin controllers.
Code
public function requestTranslation(TMGMTJob $job);