FormBuilderForm::processor() method

Get processor for this form

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 phpdoc properties at top of FormBuilderProcessor class).

Return value


FormBuilderForm methods and properties

API reference based on ProcessWire core version 3.0.244

“We chose ProcessWire because of its excellent architecture, modular extensibility and the internal API. The CMS offers the necessary flexibility and performance for such a complex website like superbude.de. ProcessWire offers options that are only available for larger systems, such as Drupal, and allows a much slimmer development process.” —xport communication GmbH