protected property FormState::$always_process in Drupal 8
Same name and namespace in other branches
- 9 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\FormCode
protected $always_process;