You are here

protected property FormState::$always_process in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Form/FormState.php \Drupal\Core\Form\FormState::always_process

If TRUE and the method is GET, a form_id is not necessary.

This property is uncacheable.

Type: bool

File

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

Class

FormState
Stores information about the state of a form.

Namespace

Drupal\Core\Form

Code

protected $always_process;