public &FormState::getStorage()
Returns the entire set of arbitrary data.
Return value
array The entire set of arbitrary data to store for this form.
Overrides FormStateInterface::getStorage
File
- core/lib/Drupal/Core/Form/FormState.php, line 735
Class
- FormState
- Stores information about the state of a form.
Namespace
Drupal\Core\Form
Code
public function &getStorage() { return $this->storage; }
Please login to continue.