You are here

final function TMGMTGoogleTranslatorPluginController::setTranslatorURL in TMGMT Translator Google 7

We provide translatorUrl setter so that we can override its value in automated testing.

Parameters

$translator_url:

File

./tmgmt_google.plugin.inc, line 274
Provides Google Translator plugin controller.

Class

TMGMTGoogleTranslatorPluginController
Google translator plugin controller.

Code

final function setTranslatorURL($translator_url) {
  $this->translatorUrl = $translator_url;
}