Issue #2469799 by Adita, Xano, Girish-jerk: improve documentation and type hinting of FormValidatorInterface and FormValidator

merge-requests/1654/head
Alex Pott 2018-05-08 08:21:00 +01:00
parent ec8b4f8c48
commit d3bcb70752
No known key found for this signature in database
GPG Key ID: 31905460D4A69276
1 changed files with 4 additions and 0 deletions

View File

@ -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;