You are here

protected property MessageQueueBase::$queue in Open Social 10.3.x

Same name and namespace in other branches
  1. 10.0.x modules/custom/activity_logger/src/Plugin/QueueWorker/MessageQueueBase.php \Drupal\activity_logger\Plugin\QueueWorker\MessageQueueBase::queue
  2. 10.1.x modules/custom/activity_logger/src/Plugin/QueueWorker/MessageQueueBase.php \Drupal\activity_logger\Plugin\QueueWorker\MessageQueueBase::queue
  3. 10.2.x modules/custom/activity_logger/src/Plugin/QueueWorker/MessageQueueBase.php \Drupal\activity_logger\Plugin\QueueWorker\MessageQueueBase::queue

The queue.

Type: \Drupal\Core\Queue\QueueFactory

File

modules/custom/activity_logger/src/Plugin/QueueWorker/MessageQueueBase.php, line 18

Class

MessageQueueBase
Provides base functionality for the ReportWorkers.

Namespace

Drupal\activity_logger\Plugin\QueueWorker

Code

protected $queue;