You are here

public function TxBufferInterface::delete in Purge 8.3

Delete the given invalidation object from the buffer.

Parameters

array|\Drupal\purge\Plugin\Purge\Invalidation\InvalidationInterface $invalidations: Invalidation object or array with objects.

1 method overrides TxBufferInterface::delete()
TxBuffer::delete in src/Plugin/Purge/Queue/TxBuffer.php
Delete the given invalidation object from the buffer.

File

src/Plugin/Purge/Queue/TxBufferInterface.php, line 56

Class

TxBufferInterface
Describes the transaction buffer.

Namespace

Drupal\purge\Plugin\Purge\Queue

Code

public function delete($invalidations);