function FormState::isRebuilding

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Form/FormState.php \Drupal\Core\Form\FormState::isRebuilding()
  2. 8.9.x core/lib/Drupal/Core/Form/FormState.php \Drupal\Core\Form\FormState::isRebuilding()
  3. 10 core/lib/Drupal/Core/Form/FormState.php \Drupal\Core\Form\FormState::isRebuilding()

Overrides FormStateInterface::isRebuilding

1 call to FormState::isRebuilding()
FormState::getRedirect in core/lib/Drupal/Core/Form/FormState.php
Gets the value to use for redirecting after the form has been executed.

File

core/lib/Drupal/Core/Form/FormState.php, line 1202

Class

FormState
Stores information about the state of a form.

Namespace

Drupal\Core\Form

Code

public function isRebuilding() {
    return $this->rebuild;
}

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