You are here

public function BackendBase::getConfiguration in Advanced Queue 8

Gets this plugin's configuration.

Return value

array An array of this plugin's configuration.

Overrides ConfigurableInterface::getConfiguration

File

src/Plugin/AdvancedQueue/Backend/BackendBase.php, line 76

Class

BackendBase
Provides the base class for queue backends.

Namespace

Drupal\advancedqueue\Plugin\AdvancedQueue\Backend

Code

public function getConfiguration() {
  return $this->configuration;
}