You are here

public function QueueInterface::getBackendConfiguration in Advanced Queue 8

Gets the backend plugin configuration.

Return value

string The backend plugin configuration.

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

File

src/Entity/QueueInterface.php, line 84

Class

QueueInterface
Defines the interface for queues.

Namespace

Drupal\advancedqueue\Entity

Code

public function getBackendConfiguration();