public function TranslatorInterface::setSettings

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

Code

public function setSettings(array $settings);