public function TranslatorInterface::setSettings in Translation Management Tool 8
Sets the array of settings.
Parameters
array $settings: The array of settings.
Return value
static The object itself for chaining.
1 method overrides TranslatorInterface::setSettings()
- Translator::setSettings in src/
Entity/ Translator.php - Sets the array of settings.
File
- src/
TranslatorInterface.php, line 34
Class
- TranslatorInterface
- Interface for the tmgmt_translator entity.
Namespace
Drupal\tmgmtCode
public function setSettings(array $settings);