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\EntityCode
public function getBackendConfiguration() {
return $this->backend_configuration;
}