You are here

public function EntityQueueHandlerInterface::onQueuePostDelete in Entityqueue 8

Acts on deleted entity queues before the delete hook is invoked.

Parameters

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

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

1 method overrides EntityQueueHandlerInterface::onQueuePostDelete()
EntityQueueHandlerBase::onQueuePostDelete in src/EntityQueueHandlerBase.php
Acts on deleted entity queues before the delete hook is invoked.

File

src/EntityQueueHandlerInterface.php, line 98

Class

EntityQueueHandlerInterface
Provides an interface for an EntityQueueHandler plugin.

Namespace

Drupal\entityqueue

Code

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