You are here

protected property ContactFormEditForm::$emailValidator in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/contact/src/ContactFormEditForm.php \Drupal\contact\ContactFormEditForm::emailValidator

The email validator.

Type: \Drupal\Component\Utility\EmailValidatorInterface

File

core/modules/contact/src/ContactFormEditForm.php, line 28

Class

ContactFormEditForm
Base form for contact form edit forms.

Namespace

Drupal\contact

Code

protected $emailValidator;