FormBuilderProcessorAction::saveConfigValue()
Set and save to DB a config value for this action/module here and in the FormBuilder form
This is the same as calling setConfigValue() with the 3rd argument as true.
Usage
$self = $formBuilderProcessorAction->saveConfigValue(string $name, $value);Arguments
| Name | Type(s) | Description |
|---|---|---|
$name | string | Name of configuration property to set |
$value | string array int float | Value of configuration property |
Return value
self
FormBuilderProcessorAction methods and properties
API reference based on ProcessWire core version 3.0.252