You are here

public function WebformInterface::setSettings in Webform 6.x

Same name and namespace in other branches
  1. 8.5 src/WebformInterface.php \Drupal\webform\WebformInterface::setSettings()

Sets the webform settings.

Parameters

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

Return value

$this

1 method overrides WebformInterface::setSettings()
Webform::setSettings in src/Entity/Webform.php
Sets the webform settings.

File

src/WebformInterface.php, line 546

Class

WebformInterface
Provides an interface defining a webform entity.

Namespace

Drupal\webform

Code

public function setSettings(array $settings);