You are here

service facebook_pixel_commerce.cart_subscriber in Facebook Pixel 8

Class

Drupal\facebook_pixel_commerce\EventSubscriber\CartSubscriber

Tags

  • event_subscriber

File

modules/facebook_pixel_commerce/facebook_pixel_commerce.services.yml
modules/facebook_pixel_commerce/facebook_pixel_commerce.services.yml

View source
  1. class: Drupal\facebook_pixel_commerce\EventSubscriber\CartSubscriber
  2. arguments:
  3. - '@commerce_cart.cart_provider'
  4. - '@facebook_pixel.facebook_event'
  5. - '@facebook_pixel_commerce.facebook_commerce'
  6. tags:
  7. - { name: event_subscriber }