You are here

public function PaymentForm::getFieldName in Payment 8.2

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

Return value

string

File

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

Class

PaymentForm
The payment form field payment type.

Namespace

Drupal\payment_form\Plugin\Payment\Type

Code

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