public function TranslatorInterface::hasPlugin in Translation Management Tool 8
Checks if the translator plugin of this translator exists.
Return value
bool Returns TRUE if it exists, FALSE otherwise.
1 method overrides TranslatorInterface::hasPlugin()
- Translator::hasPlugin in src/
Entity/ Translator.php - Checks if the translator plugin of this translator exists.
File
- src/
TranslatorInterface.php, line 119
Class
- TranslatorInterface
- Interface for the tmgmt_translator entity.
Namespace
Drupal\tmgmtCode
public function hasPlugin();