You are here

protected property GoogleTranslator::$availableActions in TMGMT Translator Google 8

Available actions for Google translator.

Type: array

File

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

Class

GoogleTranslator
Google translator plugin.

Namespace

Drupal\tmgmt_google\Plugin\tmgmt\Translator

Code

protected $availableActions = array(
  'translate',
  'languages',
  'detect',
);