You are here

public function YamlFormInterface::setSettings in YAML Form 8

Sets the form settings.

Parameters

array $settings: The structured array containing all the form setting.

Return value

$this

1 method overrides YamlFormInterface::setSettings()
YamlForm::setSettings in src/Entity/YamlForm.php
Sets the form settings.

File

src/YamlFormInterface.php, line 157

Class

YamlFormInterface
Provides an interface defining a form entity.

Namespace

Drupal\yamlform

Code

public function setSettings(array $settings);