You are here

protected property FormState::$programmed in Drupal 9

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

If TRUE, the form was submitted programmatically, usually invoked via \Drupal\Core\Form\FormBuilderInterface::submitForm(). Defaults to FALSE.

Type: bool

File

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

Class

FormState
Stores information about the state of a form.

Namespace

Drupal\Core\Form

Code

protected $programmed = FALSE;