FormBuilderProcessorAction::setConfigValue()
Set a config value for this action/module here and in the FormBuilder form
Usage
// basic usage
$self = $formBuilderProcessorAction->setConfigValue(string $name, $value);
// usage with all arguments
$self = $formBuilderProcessorAction->setConfigValue(string $name, $value, bool $saveNow = false);
Arguments
Name | Type(s) | Description |
---|---|---|
$name | string | Name of configuration property to set |
$value | string array int float | Value of configuration property |
$saveNow (optional) | bool | Also save to the database now? Default:false |
Return value
self
FormBuilderProcessorAction methods and properties
API reference based on ProcessWire core version 3.0.251