public function Translator::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.
Overrides TranslatorInterface::getSettings
File
- src/
Entity/ Translator.php, line 163
Class
- Translator
- Entity class for the tmgmt_translator entity.
Namespace
Drupal\tmgmt\EntityCode
public function getSettings() {
return $this->settings;
}