You are here

public function EntityQueueHandlerInterface::onQueuePostLoad in Entityqueue 8

Acts on loaded entity queues.

Parameters

\Drupal\entityqueue\EntityQueueInterface $queue: The entity queue object.

\Drupal\Core\Entity\EntityStorageInterface $storage: The entity storage object.

1 method overrides EntityQueueHandlerInterface::onQueuePostLoad()
EntityQueueHandlerBase::onQueuePostLoad in src/EntityQueueHandlerBase.php
Acts on loaded entity queues.

File

src/EntityQueueHandlerInterface.php, line 108

Class

EntityQueueHandlerInterface
Provides an interface for an EntityQueueHandler plugin.

Namespace

Drupal\entityqueue

Code

public function onQueuePostLoad(EntityQueueInterface $queue, EntityStorageInterface $storage);