You are here

protected property FormState::$no_redirect in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Form/FormState.php \Drupal\Core\Form\FormState::no_redirect
  2. 10 core/lib/Drupal/Core/Form/FormState.php \Drupal\Core\Form\FormState::no_redirect

If set to TRUE the form will NOT perform a redirect, even if self::$redirect is set.

This property is uncacheable.

Type: bool

File

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

Class

FormState
Stores information about the state of a form.

Namespace

Drupal\Core\Form

Code

protected $no_redirect;