public function TranslatorInterface::getPlugin in Translation Management Tool 8
Returns the translator plugin of this translator.
Return value
\Drupal\tmgmt\TranslatorPluginInterface Returns the TranslatorPluginInterface.
1 method overrides TranslatorInterface::getPlugin()
- Translator::getPlugin in src/
Entity/ Translator.php - Returns the translator plugin of this translator.
File
- src/
TranslatorInterface.php, line 111
Class
- TranslatorInterface
- Interface for the tmgmt_translator entity.
Namespace
Drupal\tmgmtCode
public function getPlugin();