You are here

public function EntityQueue::getHandlerConfiguration in Entityqueue 8

Gets the handler plugin configuration for this queue.

Return value

mixed[] The handler plugin configuration.

Overrides EntityQueueInterface::getHandlerConfiguration

File

src/Entity/EntityQueue.php, line 178

Class

EntityQueue
Defines the EntityQueue entity class.

Namespace

Drupal\entityqueue\Entity

Code

public function getHandlerConfiguration() {
  return $this->handler_configuration;
}