You are here

commerce_demo.services.yml in Commerce Demo 8.2

Same filename and directory in other branches
  1. 8 commerce_demo.services.yml

File

commerce_demo.services.yml
View source
  1. services:
  2. commerce_demo.content_exporter:
  3. class: Drupal\commerce_demo\ContentExporter
  4. arguments: ['@entity_type.manager']
  5. commerce_demo.content_importer:
  6. class: Drupal\commerce_demo\ContentImporter
  7. arguments: ['@entity_type.manager']
  8. commerce_demo.response_frame_options:
  9. class: Drupal\commerce_demo\EventSubscriber\ResponseFrameOptions
  10. tags:
  11. - { name: event_subscriber }