You are here

public function PropertyInterface::__construct in Form Builder 7.2

Construct a new instance of this property class.

Parameters

string $property: Name of the property to be manipulated by this object.

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

1 method overrides PropertyInterface::__construct()
PropertyBase::__construct in src/PropertyBase.php
Construct a new instance of this property class.

File

src/PropertyInterface.php, line 15

Class

PropertyInterface

Namespace

Drupal\form_builder

Code

public function __construct($property, $params, $form_type_name);