public function SubFormState::getTemporary in Authorization 8
Gets temporary data.
Return value
array Temporary data accessible during the current page request only.
Overrides FormStateInterface::getTemporary
File
- src/
Form/ SubFormState.php, line 740
Class
- SubFormState
- Represents the form state of a sub-form.
Namespace
Drupal\authorization\FormCode
public function getTemporary() : array {
return $this->mainFormState
->getTemporary();
}