public function WorkflowInterface::setSetting in Workflow 8
Sets the value of a setting for the plugin.
Parameters
string $key: The setting name.
mixed $value: The setting value.
Return value
$this
1 method overrides WorkflowInterface::setSetting()
- Workflow::setSetting in src/
Entity/ Workflow.php - Sets the value of a setting for the plugin.
File
- src/
Entity/ WorkflowInterface.php, line 223
Class
- WorkflowInterface
- Defines a common interface for Workflow*Transition* objects.
Namespace
Drupal\workflow\EntityCode
public function setSetting($key, $value);