You are here

public function EntityQueueHandlerBase::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.

Overrides EntityQueueHandlerInterface::onQueuePostLoad

File

src/EntityQueueHandlerBase.php, line 130

Class

EntityQueueHandlerBase
Base class for EntityQueueHandler plugins.

Namespace

Drupal\entityqueue

Code

public function onQueuePostLoad(EntityQueueInterface $queue, EntityStorageInterface $storage) {
}