function ReportWorkerOne::processItem

File

modules/cron_example/src/Plugin/QueueWorker/ReportWorkerOne.php, line 25

Class

ReportWorkerOne
A report worker.

Namespace

Drupal\cron_example\Plugin\QueueWorker

Code

public function processItem($data) {
  $this->reportWork(1, $data);
}