You are here

public function EntityQueue::getHandler in Entityqueue 8

Gets the EntityQueueHandler plugin ID.

Return value

string

Overrides EntityQueueInterface::getHandler

File

src/Entity/EntityQueue.php, line 171

Class

EntityQueue
Defines the EntityQueue entity class.

Namespace

Drupal\entityqueue\Entity

Code

public function getHandler() {
  return $this->handler;
}