public function QueuerCommands::__construct in Purge 8.3
Construct a QueuerCommands object.
Parameters
\Drupal\purge\Plugin\Purge\Queuer\QueuersServiceInterface $purge_queuers: The purge queuers service.
File
- modules/
purge_drush/ src/ Commands/ QueuerCommands.php, line 27
Class
- QueuerCommands
- Configure Purge queuers from the command line.
Namespace
Drupal\purge_drush\CommandsCode
public function __construct(QueuersServiceInterface $purge_queuers) {
parent::__construct();
$this->purgeQueuers = $purge_queuers;
}