You are here

protected property MailHandler::$userStorage in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/contact/src/MailHandler.php \Drupal\contact\MailHandler::userStorage
  2. 10 core/modules/contact/src/MailHandler.php \Drupal\contact\MailHandler::userStorage

The user entity storage handler.

Type: \Drupal\Core\Entity\EntityStorageInterface

File

core/modules/contact/src/MailHandler.php, line 46

Class

MailHandler
Provides a class for handling assembly and dispatch of contact mail messages.

Namespace

Drupal\contact

Code

protected $userStorage;