You are here

public function PaymentReference::getFieldName in Payment 8.2

Gets the name of the field the payment was made for.

Return value

string

File

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

Class

PaymentReference
The payment reference field payment type.

Namespace

Drupal\payment_reference\Plugin\Payment\Type

Code

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