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