You are here

public function PaymentReference::getEntityTypeId in Payment 8.2

Gets the ID of the entity type the payment was made for.

Return value

string

1 call to PaymentReference::getEntityTypeId()
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 144

Class

PaymentReference
The payment reference field payment type.

Namespace

Drupal\payment_reference\Plugin\Payment\Type

Code

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