You are here

public function FormInterface::getElementArrays in Form Builder 7.2

Get an array of element arrays.

Parameters

array $element_ids: Array of unique element IDs.

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 103

Class

FormInterface

Namespace

Drupal\form_builder

Code

public function getElementArrays($element_ids);