You are here

public static function TaxSubscriber::getSubscribedEvents in Commerce Shipping 8.2

File

src/EventSubscriber/TaxSubscriber.php, line 31

Class

TaxSubscriber

Namespace

Drupal\commerce_shipping\EventSubscriber

Code

public static function getSubscribedEvents() {
  return [
    'commerce_tax.customer_profile' => [
      'onCustomerProfile',
    ],
  ];
}