You are here

public function FormBuilderFormInterface::__construct in Form Builder 7

Construct a new instance of this form type class..

Parameters

string $form_type: Name of the form_type.

array $params: Additional parameters passed to hook_form_builder_properties().

File

./form_builder.classes.inc, line 234

Class

FormBuilderFormInterface

Code

public function __construct($form_type, $params, $form);