You are here

protected property ReportWorkerBase::$logger in Examples for Developers 3.x

Same name and namespace in other branches
  1. 8 cron_example/src/Plugin/QueueWorker/ReportWorkerBase.php \Drupal\cron_example\Plugin\QueueWorker\ReportWorkerBase::logger

The logger.

Type: \Psr\Log\LoggerInterface

File

modules/cron_example/src/Plugin/QueueWorker/ReportWorkerBase.php, line 33

Class

ReportWorkerBase
Provides base functionality for the ReportWorkers.

Namespace

Drupal\cron_example\Plugin\QueueWorker

Code

protected $logger;