FormState::getBuildInfo

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;
}
doc_Drupal
2016-10-29 09:15:55
Comments
Leave a Comment

Please login to continue.