You are here

public function FormStateInterface::getStorage in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Form/FormStateInterface.php \Drupal\Core\Form\FormStateInterface::getStorage()

Returns the entire set of arbitrary data.

Return value

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

1 method overrides FormStateInterface::getStorage()
FormState::getStorage in core/lib/Drupal/Core/Form/FormState.php
Returns the entire set of arbitrary data.

File

core/lib/Drupal/Core/Form/FormStateInterface.php, line 182
Contains \Drupal\Core\Form\FormStateInterface.

Class

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

Namespace

Drupal\Core\Form

Code

public function &getStorage();