You are here

public function QueueInterface::setBackendConfiguration in Advanced Queue 8

Sets the backend plugin configuration.

Parameters

array $configuration: The backend plugin configuration.

Return value

$this

1 method overrides QueueInterface::setBackendConfiguration()
Queue::setBackendConfiguration in src/Entity/Queue.php
Sets the backend plugin configuration.

File

src/Entity/QueueInterface.php, line 94

Class

QueueInterface
Defines the interface for queues.

Namespace

Drupal\advancedqueue\Entity

Code

public function setBackendConfiguration(array $configuration);