You are here

public function FormBuilderFormInterface::getElementArrays in Form Builder 7

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

./form_builder.classes.inc, line 283

Class

FormBuilderFormInterface

Code

public function getElementArrays($element_ids);