You are here

public function FormInterface::__construct in Form Builder 7.2

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

src/FormInterface.php, line 54

Class

FormInterface

Namespace

Drupal\form_builder

Code

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