You are here

protected property EmailAction::$storage in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/action/src/Plugin/Action/EmailAction.php \Drupal\action\Plugin\Action\EmailAction::storage

The user storage.

Type: \Drupal\Core\Entity\EntityStorageInterface

File

core/modules/action/src/Plugin/Action/EmailAction.php, line 47
Contains \Drupal\action\Plugin\Action\EmailAction.

Class

EmailAction
Sends an email message.

Namespace

Drupal\action\Plugin\Action

Code

protected $storage;