public function TMGMTTranslatorPluginControllerInterface::hasCheckoutSettings in Translation Management Tool 7
Returns if the translator has any settings for the passed job.
1 method overrides TMGMTTranslatorPluginControllerInterface::hasCheckoutSettings()
- TMGMTDefaultTranslatorPluginController::hasCheckoutSettings in plugin/
tmgmt.plugin.translator.inc - Returns if the translator has any settings for the passed job.
File
- plugin/
tmgmt.plugin.interface.translator.inc, line 214 - Contains the source plugin interface.
Class
- TMGMTTranslatorPluginControllerInterface
- Interface for service plugin controllers.
Code
public function hasCheckoutSettings(TMGMTJob $job);