You are here

public static function ProfileLabelSubscriber::getSubscribedEvents in Commerce Core 8.2

File

modules/order/src/EventSubscriber/ProfileLabelSubscriber.php, line 14

Class

ProfileLabelSubscriber

Namespace

Drupal\commerce_order\EventSubscriber

Code

public static function getSubscribedEvents() {
  $events = [
    'profile.label' => 'onLabel',
  ];
  return $events;
}