You are here

commerce_add_to_cart_confirmation.services.yml in Commerce add to cart confirmation 1.x

File

commerce_add_to_cart_confirmation.services.yml
View source
  1. services:
  2. commerce_add_to_cart_confirmation.message:
  3. class: 'Drupal\commerce_add_to_cart_confirmation\EventSubscriber\ConfirmationMessageSubscriber'
  4. arguments: ['@renderer', '@messenger']
  5. tags:
  6. - { name: 'event_subscriber' }