function FormStateDecoratorBase::setCompleteForm
Stores the complete form array.
Parameters
array $complete_form: The complete form array.
Return value
$this
Overrides FormStateInterface::setCompleteForm
File
-
core/
lib/ Drupal/ Core/ Form/ FormStateDecoratorBase.php, line 432
Class
- FormStateDecoratorBase
- Decorates another form state.
Namespace
Drupal\Core\FormCode
public function setCompleteForm(array &$complete_form) {
$this->decoratedFormState
->setCompleteForm($complete_form);
return $this;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.