You are here

protected property UserMailQueueJob::$languageManager in Open Social 10.1.x

Same name and namespace in other branches
  1. 10.3.x modules/social_features/social_user/src/Plugin/AdvancedQueue/JobType/UserMailQueueJob.php \Drupal\social_user\Plugin\AdvancedQueue\JobType\UserMailQueueJob::languageManager
  2. 10.2.x modules/social_features/social_user/src/Plugin/AdvancedQueue/JobType/UserMailQueueJob.php \Drupal\social_user\Plugin\AdvancedQueue\JobType\UserMailQueueJob::languageManager

The language manager interface.

Type: \Drupal\Core\Language\LanguageManagerInterface

File

modules/social_features/social_user/src/Plugin/AdvancedQueue/JobType/UserMailQueueJob.php, line 59

Class

UserMailQueueJob
Advanced Queue Job to process email to users.

Namespace

Drupal\social_user\Plugin\AdvancedQueue\JobType

Code

protected $languageManager;