You are here

public function PaymentForm::getEntityTypeId in Payment 8.2

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

Return value

string

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

File

modules/payment_form/src/Plugin/Payment/Type/PaymentForm.php, line 128

Class

PaymentForm
The payment form field payment type.

Namespace

Drupal\payment_form\Plugin\Payment\Type

Code

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