public function QueueInterface::deleteByCategoryId in Payment 8.2
Deletes payments from the queue by category ID.
Parameters
string $category_id:
1 method overrides QueueInterface::deleteByCategoryId()
- DatabaseQueue::deleteByCategoryId in src/
DatabaseQueue.php - Deletes payments from the queue by category ID.
File
- src/
QueueInterface.php, line 78
Class
- QueueInterface
- Defines a payment queue.
Namespace
Drupal\paymentCode
public function deleteByCategoryId($category_id);