FormStateDecoratorBase::getBuildInfo

public FormStateDecoratorBase::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/FormStateDecoratorBase.php, line 480

Class

FormStateDecoratorBase
Decorates another form state.

Namespace

Drupal\Core\Form

Code

public function getBuildInfo() {
  return $this->decoratedFormState->getBuildInfo();
}
doc_Drupal
2016-10-29 09:16:15
Comments
Leave a Comment

Please login to continue.