protected property UserMailQueueJob::$languageManager in Open Social 10.3.x
Same name and namespace in other branches
- 10.1.x modules/social_features/social_user/src/Plugin/AdvancedQueue/JobType/UserMailQueueJob.php \Drupal\social_user\Plugin\AdvancedQueue\JobType\UserMailQueueJob::languageManager
- 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\JobTypeCode
protected $languageManager;