public function TranslatorInterface::checkAvailable

Checks whether a translator is available.

Return value

\Drupal\tmgmt\Translator\AvailableResult TRUE if the translator plugin is available, FALSE otherwise.

1 method overrides TranslatorInterface::checkAvailable()
Translator::checkAvailable in src/Entity/Translator.php
Checks whether a translator is available.

File

src/TranslatorInterface.php, line 177

Class

TranslatorInterface
Interface for the tmgmt_translator entity.

Namespace

Drupal\tmgmt

Code

public function checkAvailable();