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

NameType(s)Description
$namestring

Name of configuration property to set

$valuestring array int float

Value of configuration property

Return value

self


FormBuilderProcessorAction methods and properties

API reference based on ProcessWire core version 3.0.252