You are here

public function PaymentReference::getBundle in Payment 8.2

Gets the bundle of the entity the payment was made for.

Return value

string

1 call to PaymentReference::getBundle()
PaymentReference::getPaymentDescription in modules/payment_reference/src/Plugin/Payment/Type/PaymentReference.php
Returns the description of the payment this plugin is of.

File

modules/payment_reference/src/Plugin/Payment/Type/PaymentReference.php, line 166

Class

PaymentReference
The payment reference field payment type.

Namespace

Drupal\payment_reference\Plugin\Payment\Type

Code

public function getBundle() {
  return $this->configuration['bundle'];
}