FormStateInterface::getStorage

public &FormStateInterface::getStorage()

Returns the entire set of arbitrary data.

Return value

array The entire set of arbitrary data to store for this form.

File

core/lib/Drupal/Core/Form/FormStateInterface.php, line 177

Class

FormStateInterface
Provides an interface for an object containing the current state of a form.

Namespace

Drupal\Core\Form

Code

public function &getStorage();
doc_Drupal
2016-10-29 09:16:35
Comments
Leave a Comment

Please login to continue.