public function TranslatorInterface::getPlugin

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\tmgmt

Code

public function getPlugin();