You are here

public function EntityQueueInterface::getHandlerConfiguration in Entityqueue 8

Gets the handler plugin configuration for this queue.

Return value

mixed[] The handler plugin configuration.

1 method overrides EntityQueueInterface::getHandlerConfiguration()
EntityQueue::getHandlerConfiguration in src/Entity/EntityQueue.php
Gets the handler plugin configuration for this queue.

File

src/EntityQueueInterface.php, line 25

Class

EntityQueueInterface
Provides an interface defining a EntityQueue entity.

Namespace

Drupal\entityqueue

Code

public function getHandlerConfiguration();