public function TranslatorInterface::hasCustomSettingsHandling in Translation Management Tool 8
Determines if job settings of the translator will be handled by its plugin.
Return value
bool If job settings are to be handled by the plugin.
1 method overrides TranslatorInterface::hasCustomSettingsHandling()
- Translator::hasCustomSettingsHandling in src/
Entity/ Translator.php - Determines if job settings of the translator will be handled by its plugin.
File
- src/
TranslatorInterface.php, line 243
Class
- TranslatorInterface
- Interface for the tmgmt_translator entity.
Namespace
Drupal\tmgmtCode
public function hasCustomSettingsHandling();