You are here

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

1 method overrides EntityQueueHandlerInterface::onQueuePreDelete()
EntityQueueHandlerBase::onQueuePreDelete in src/EntityQueueHandlerBase.php
Acts on entity queues before they are deleted and before hooks are invoked.

File

src/EntityQueueHandlerInterface.php, line 88

Class

EntityQueueHandlerInterface
Provides an interface for an EntityQueueHandler plugin.

Namespace

Drupal\entityqueue

Code

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