You are here

public function FormBuilderFormInterface::getElementArray in Form Builder 7

Get the internal element array for an element.

Parameters

string $element_id: Unique ID of the element.

Return value

array The array representing the internal state of the element.

Deprecated

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

File

./form_builder.classes.inc, line 269

Class

FormBuilderFormInterface

Code

public function getElementArray($element_id);