You are here

protected property EmailAction::$languageManager 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::languageManager

The language manager.

Type: \Drupal\Core\Language\LanguageManagerInterface

File

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

Class

EmailAction
Sends an email message.

Namespace

Drupal\action\Plugin\Action

Code

protected $languageManager;