Stores the gathered validation handlers.
This property is uncacheable.
Type: array
File
- core/lib/Drupal/Core/Form/FormState.php, line 441
Class
- FormState
- Stores information about the state of a form.
Namespace
Drupal\Core\Form
Code
1 | protected $validate_handlers = []; |
Please login to continue.