Issue #2469799 by Adita, Xano, Girish-jerk: improve documentation and type hinting of FormValidatorInterface and FormValidator
parent
ec8b4f8c48
commit
d3bcb70752
|
@ -84,11 +84,15 @@ class FormBuilder implements FormBuilderInterface, FormValidatorInterface, FormS
|
|||
protected $themeManager;
|
||||
|
||||
/**
|
||||
* The form validator.
|
||||
*
|
||||
* @var \Drupal\Core\Form\FormValidatorInterface
|
||||
*/
|
||||
protected $formValidator;
|
||||
|
||||
/**
|
||||
* The form submitter.
|
||||
*
|
||||
* @var \Drupal\Core\Form\FormSubmitterInterface
|
||||
*/
|
||||
protected $formSubmitter;
|
||||
|
|
Loading…
Reference in New Issue