You are here

public function FormInterface::setElementArray in Form Builder 7.2

Set an element array.

Deprecated

This is only here for backwards compatibility. It will be removed in 2.0.

File

src/FormInterface.php, line 116

Class

FormInterface

Namespace

Drupal\form_builder

Code

public function setElementArray($element_a, $parent_id = FORM_BUILDER_ROOT, $alter = FALSE);