You are here

public function GoogleTranslator::hasCheckoutSettings in TMGMT Translator Google 8

Overrides TMGMTDefaultTranslatorPluginController::hasCheckoutSettings().

Overrides TranslatorPluginBase::hasCheckoutSettings

File

src/Plugin/tmgmt/Translator/GoogleTranslator.php, line 229
Contains \Drupal\tmgmt_microsoft\Plugin\tmgmt\Translator\MicrosoftTranslator.

Class

GoogleTranslator
Google translator plugin.

Namespace

Drupal\tmgmt_google\Plugin\tmgmt\Translator

Code

public function hasCheckoutSettings(JobInterface $job) {
  return FALSE;
}