You are here

public function EntityQueueInterface::getHandlerPlugin in Entityqueue 8

Gets the EntityQueueHandler plugin object.

Return value

EntityQueueHandlerInterface

1 method overrides EntityQueueInterface::getHandlerPlugin()
EntityQueue::getHandlerPlugin in src/Entity/EntityQueue.php
Gets the EntityQueueHandler plugin object.

File

src/EntityQueueInterface.php, line 42

Class

EntityQueueInterface
Provides an interface defining a EntityQueue entity.

Namespace

Drupal\entityqueue

Code

public function getHandlerPlugin();