public function SubFormState::getRebuildInfo in Authorization 8
Gets the rebuild info.
Return value
array The rebuild info.
Overrides FormStateInterface::getRebuildInfo
See also
\Drupal\Core\Form\FormState::$rebuild_info
File
- src/
Form/ SubFormState.php, line 687
Class
- SubFormState
- Represents the form state of a sub-form.
Namespace
Drupal\authorization\FormCode
public function getRebuildInfo() : array {
return $this->mainFormState
->getRebuildInfo();
}