You are here

public function Queue::getBackendConfiguration in Advanced Queue 8

Gets the backend plugin configuration.

Return value

string The backend plugin configuration.

Overrides QueueInterface::getBackendConfiguration

File

src/Entity/Queue.php, line 160

Class

Queue
Defines the queue entity class.

Namespace

Drupal\advancedqueue\Entity

Code

public function getBackendConfiguration() {
  return $this->backend_configuration;
}