function ReportWorkerTwo::processItem
File
-
modules/
cron_example/ src/ Plugin/ QueueWorker/ ReportWorkerTwo.php, line 25
Class
- ReportWorkerTwo
- A report worker.
Namespace
Drupal\cron_example\Plugin\QueueWorkerCode
public function processItem($data) {
$this->reportWork(2, $data);
}