public static function CheckoutEventSubscriber::getSubscribedEvents in Commerce Core 8.2
File
- modules/
log/ src/ EventSubscriber/ CheckoutEventSubscriber.php, line 32
Class
Namespace
Drupal\commerce_log\EventSubscriberCode
public static function getSubscribedEvents() {
return [
CheckoutEvents::COMPLETION => [
'onCheckoutCompletion',
-100,
],
];
}