You are here

public function WorkflowInterface::setSettings in Workflow 8

Sets the settings for the plugin.

Parameters

array $settings: The array of settings, keyed by setting names. Missing settings will be assigned their default values.

Return value

$this

1 method overrides WorkflowInterface::setSettings()
Workflow::setSettings in src/Entity/Workflow.php
Sets the settings for the plugin.

File

src/Entity/WorkflowInterface.php, line 211

Class

WorkflowInterface
Defines a common interface for Workflow*Transition* objects.

Namespace

Drupal\workflow\Entity

Code

public function setSettings(array $settings);