You are here

public function EntityQueueHandlerBase::onQueuePreDelete in Entityqueue 8

Acts on entity queues before they are deleted and before hooks are invoked.

Parameters

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

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

Overrides EntityQueueHandlerInterface::onQueuePreDelete

File

src/EntityQueueHandlerBase.php, line 120

Class

EntityQueueHandlerBase
Base class for EntityQueueHandler plugins.

Namespace

Drupal\entityqueue

Code

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