You are here

public function FormInterface::getElementArray in Form Builder 7.2

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

src/FormInterface.php, line 89

Class

FormInterface

Namespace

Drupal\form_builder

Code

public function getElementArray($element_id);