public function TranslatorInterface::checkAvailable in Translation Management Tool 8
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\tmgmtCode
public function checkAvailable();