You are here

protected property SubscriberMassUnsubscribeForm::$emailValidator in Simplenews 3.x

Same name and namespace in other branches
  1. 8.2 src/Form/SubscriberMassUnsubscribeForm.php \Drupal\simplenews\Form\SubscriberMassUnsubscribeForm::emailValidator

The email validator.

Type: \Drupal\Component\Utility\EmailValidatorInterface

File

src/Form/SubscriberMassUnsubscribeForm.php, line 29

Class

SubscriberMassUnsubscribeForm
Do a mass subscription for a list of email addresses.

Namespace

Drupal\simplenews\Form

Code

protected $emailValidator;