FormBuilderForm::processor()

Get processor for this form (FormBuilderProcessor)

Usage

// basic usage
$formBuilderProcessor = $formBuilderForm->processor();

// usage with all arguments
$formBuilderProcessor = $formBuilderForm->processor($options = []);

Arguments

NameType(s)Description
$options (optional)array bool

Specify array of options or boolean for reset option. Available options:

  • reset (bool): Set to true to return a new instance, otherwise uses existing instance, if present Default:false
  • [any] (mixed): Any option you want sent to processor (see properties in FormBuilderProcessor class).

Return value


FormBuilderForm methods and properties

API reference based on ProcessWire core version 3.0.251