function FormStateDecoratorBase::getBuildInfo

Returns the build info for the form.

Return value

array An array of build info.

Overrides FormStateInterface::getBuildInfo

File

core/lib/Drupal/Core/Form/FormStateDecoratorBase.php, line 480

Class

FormStateDecoratorBase
Decorates another form state.

Namespace

Drupal\Core\Form

Code

public function getBuildInfo() {
  return $this->decoratedFormState
    ->getBuildInfo();
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.