You are here

public static function FilterPaymentGatewaysSubscriber::getSubscribedEvents in Commerce Core 8.2

File

modules/payment/tests/modules/commerce_payment_test/src/EventSubscriber/FilterPaymentGatewaysSubscriber.php, line 14

Class

FilterPaymentGatewaysSubscriber

Namespace

Drupal\commerce_payment_test\EventSubscriber

Code

public static function getSubscribedEvents() {
  return [
    PaymentEvents::FILTER_PAYMENT_GATEWAYS => 'onFilter',
  ];
}