You are here

public function QueueInterface::save in Payment 8.2

Saves a payment available for referencing.

Parameters

string $category_id: The ID of the category the payment falls in.

integer $payment_id:

1 method overrides QueueInterface::save()
DatabaseQueue::save in src/DatabaseQueue.php
Saves a payment available for referencing.

File

src/QueueInterface.php, line 17

Class

QueueInterface
Defines a payment queue.

Namespace

Drupal\payment

Code

public function save($category_id, $payment_id);