You are here

public function QueueInterface::deleteByCategoryIdPrefix in Payment 8.2

Deletes payments from the queue by category ID prefix.

Parameters

string $category_id_prefix:

1 method overrides QueueInterface::deleteByCategoryIdPrefix()
DatabaseQueue::deleteByCategoryIdPrefix in src/DatabaseQueue.php
Deletes payments from the queue by category ID prefix.

File

src/QueueInterface.php, line 85

Class

QueueInterface
Defines a payment queue.

Namespace

Drupal\payment

Code

public function deleteByCategoryIdPrefix($category_id_prefix);