public function DatabaseQueue::getAllowedPaymentStatusIds in Payment 8.2
Gets the allowed payment statuses.
Return value
string[] The IDs of the payment statuses available payments can have.
1 call to DatabaseQueue::getAllowedPaymentStatusIds()
- DatabaseQueue::loadPaymentIds in src/
DatabaseQueue.php - Loads the IDs of payments available for referencing through an instance.
File
- src/
DatabaseQueue.php, line 129
Class
- DatabaseQueue
- Provides a database-based payment queue.
Namespace
Drupal\paymentCode
public function getAllowedPaymentStatusIds() {
return $this->allowedPaymentStatusIds;
}