public function QueueInterface::loadPaymentIds in Payment 8.2
Loads the IDs of payments available for referencing through an instance.
Parameters
string $category_id: The ID of the field instance to load payment IDs for.
integer $owner_id: The UID of the user for whom the payment should be available.
Return value
array
1 method overrides QueueInterface::loadPaymentIds()
- DatabaseQueue::loadPaymentIds in src/
DatabaseQueue.php - Loads the IDs of payments available for referencing through an instance.
File
- src/
QueueInterface.php, line 64
Class
- QueueInterface
- Defines a payment queue.
Namespace
Drupal\paymentCode
public function loadPaymentIds($category_id, $owner_id);