public FormState::getBuildInfo()
Returns the build info for the form.
Return value
array An array of build info.
Overrides FormStateInterface::getBuildInfo
See also
\Drupal\Core\Form\FormState::$build_info
File
- core/lib/Drupal/Core/Form/FormState.php, line 947
Class
- FormState
- Stores information about the state of a form.
Namespace
Drupal\Core\Form
Code
public function getBuildInfo() {
return $this->build_info;
}
Please login to continue.