public function TranslatorInterface::getSettings in Translation Management Tool 8
Returns the array of settings.
See the documentation of the translator plugin for supported or required settings.
Return value
array The array of settings.
1 method overrides TranslatorInterface::getSettings()
- Translator::getSettings in src/
Entity/ Translator.php - Returns the array of settings.
File
- src/
TranslatorInterface.php, line 23
Class
- TranslatorInterface
- Interface for the tmgmt_translator entity.
Namespace
Drupal\tmgmtCode
public function getSettings();