You are here

public function TMGMTTranslatorPluginControllerInterface::isAvailable in Translation Management Tool 7

Checks whether a translator is available.

Parameters

TMGMTTranslator $translator: The translator entity.

Return value

boolean TRUE if the translator plugin is available, FALSE otherwise.

1 method overrides TMGMTTranslatorPluginControllerInterface::isAvailable()
TMGMTDefaultTranslatorPluginController::isAvailable in plugin/tmgmt.plugin.translator.inc
Checks whether a translator is available.

File

plugin/tmgmt.plugin.interface.translator.inc, line 24
Contains the source plugin interface.

Class

TMGMTTranslatorPluginControllerInterface
Interface for service plugin controllers.

Code

public function isAvailable(TMGMTTranslator $translator);