Get the framework used by the given $form
Also prepares the framework with it's config values populated
Usage
// basic usage
$formBuilderFramework = $formBuilderMain->getFramework($form);
// usage with all arguments
$formBuilderFramework = $formBuilderMain->getFramework($form, bool $fallback = true);
Arguments
Name | Type(s) | Description |
---|---|---|
form | FormBuilderForm, int, string | |
fallback (optional) | bool | Fallback to basic framework if requested one does not exist? |
Return value
FormBuilderFramework
null
FormBuilderMain methods and properties
API reference based on ProcessWire core version 3.0.236