You are here

public function WebformInterface::setSettingsOverride in Webform 8.5

Same name and namespace in other branches
  1. 6.x src/WebformInterface.php \Drupal\webform\WebformInterface::setSettingsOverride()

Sets the webform settings override.

Using this methods stops a webform from being saved with the overridden settings.

Parameters

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

Return value

$this

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

File

src/WebformInterface.php, line 590

Class

WebformInterface
Provides an interface defining a webform entity.

Namespace

Drupal\webform

Code

public function setSettingsOverride(array $settings);