You are here

public function PaymentListBuilder::getFormId in Commerce Core 8.2

File

modules/payment/src/PaymentListBuilder.php, line 96

Class

PaymentListBuilder
Defines the list builder for payments.

Namespace

Drupal\commerce_payment

Code

public function getFormId() {
  return 'commerce_payments';
}