You are here

final function TMGMTGoogleTranslatorPluginController::setQParamName in TMGMT Translator Google 7

The q parameter name needs to be overridden for Drupal testing as it collides with Drupal q parameter.

Parameters

$name:

File

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

Class

TMGMTGoogleTranslatorPluginController
Google translator plugin controller.

Code

final function setQParamName($name) {
  $this->qParamName = $name;
}