public function TranslatorInterface::hasPlugin

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

Code

public function hasPlugin();