You are here

public function EntityQueueInterface::getHandler in Entityqueue 8

Gets the EntityQueueHandler plugin ID.

Return value

string

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

File

src/EntityQueueInterface.php, line 17

Class

EntityQueueInterface
Provides an interface defining a EntityQueue entity.

Namespace

Drupal\entityqueue

Code

public function getHandler();