public function Translator::getSettings

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\Entity

Code

public function getSettings() {
  return $this->settings;
}