function FormStateInterface::setStorage
Same name in other branches
- 9 core/lib/Drupal/Core/Form/FormStateInterface.php \Drupal\Core\Form\FormStateInterface::setStorage()
- 8.9.x core/lib/Drupal/Core/Form/FormStateInterface.php \Drupal\Core\Form\FormStateInterface::setStorage()
- 11.x 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()
2 methods override FormStateInterface::setStorage()
- FormState::setStorage in core/
lib/ Drupal/ Core/ Form/ FormState.php - Sets the entire set of arbitrary data.
- 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\FormCode
public function setStorage(array $storage);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.