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;
Please login to continue.