You are here

public function EntityQueueHandlerBase::getConfiguration in Entityqueue 8

Gets this plugin's configuration.

Return value

array An array of this plugin's configuration.

Overrides ConfigurableInterface::getConfiguration

File

src/EntityQueueHandlerBase.php, line 38

Class

EntityQueueHandlerBase
Base class for EntityQueueHandler plugins.

Namespace

Drupal\entityqueue

Code

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