public function SubFormState::getStorage in Authorization 8
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
- src/
Form/ SubFormState.php, line 204
Class
- SubFormState
- Represents the form state of a sub-form.
Namespace
Drupal\authorization\FormCode
public function &getStorage() {
return $this->internalStorage;
}