You are here

public function QueueInterface::setProcessor in Advanced Queue 8

Sets the queue processor.

Parameters

string $processor: The queue processor, one of the PROCESSOR_ constants.

Return value

$this

1 method overrides QueueInterface::setProcessor()
Queue::setProcessor in src/Entity/Queue.php
Sets the queue processor.

File

src/Entity/QueueInterface.php, line 112

Class

QueueInterface
Defines the interface for queues.

Namespace

Drupal\advancedqueue\Entity

Code

public function setProcessor($processor);