FormStateDecoratorBase::isRebuilding

public FormStateDecoratorBase::isRebuilding()

Determines if the form should be rebuilt after processing.

Return value

bool TRUE if the form should be rebuilt, FALSE otherwise.

Overrides FormStateInterface::isRebuilding

File

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

Class

FormStateDecoratorBase
Decorates another form state.

Namespace

Drupal\Core\Form

Code

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

Please login to continue.