Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/Form/FormStateInterface.php \Drupal\Core\Form\FormStateInterface::setStorage()
  2. 9 core/lib/Drupal/Core/Form/FormStateInterface.php \Drupal\Core\Form\FormStateInterface::setStorage()

Sets the entire set of arbitrary data.

Parameters

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

Return value

$this

See also

\Drupal\Core\Form\FormStateInterface::get()

\Drupal\Core\Form\FormStateInterface::set()

\Drupal\Core\Form\FormStateInterface::has()

\Drupal\Core\Form\FormStateInterface::getStorage()

1 method overrides FormStateInterface::setStorage()
FormStateDecoratorBase::setStorage in core/lib/Drupal/Core/Form/FormStateDecoratorBase.php
Sets the entire set of arbitrary data.

File

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

Class

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

Namespace

Drupal\Core\Form

Code

public function setStorage(array $storage);