You are here

public function ElementBase::__construct in Form Builder 7.2

Overrides ElementInterface::__construct

File

src/ElementBase.php, line 11

Class

ElementBase

Namespace

Drupal\form_builder

Code

public function __construct($form, $params, &$element, $loader) {
  $this->form = $form;
  $this->params = $params;
  $this->element =& $element;
  $this->loader = $loader;
}