You are here

protected function PaymentReference::getPaymentQueue in Payment 8.2

Gets the payment queue.

Return value

\Drupal\payment\QueueInterface

Overrides PaymentReferenceBase::getPaymentQueue

File

modules/payment_reference/src/Element/PaymentReference.php, line 74

Class

PaymentReference
Provides a payment reference element.

Namespace

Drupal\payment_reference\Element

Code

protected function getPaymentQueue() {
  return $this->paymentQueue;
}