You are here

webform_entity_print.services.yml in Webform 8.5

Same filename and directory in other branches
  1. 6.x modules/webform_entity_print/webform_entity_print.services.yml
modules/webform_entity_print/webform_entity_print.services.yml

File

modules/webform_entity_print/webform_entity_print.services.yml
View source
  1. services:
  2. webform_entity_print.print_css_alter_subscriber:
  3. class: Drupal\webform_entity_print\EventSubscriber\WebformEntityPrintCssAlterSubscriber
  4. tags:
  5. - { name: event_subscriber }
  6. webform_entity_print.request_subscriber:
  7. class: Drupal\webform_entity_print\EventSubscriber\WebformEntityPrintRequestSubscriber
  8. arguments: ['@current_route_match']
  9. tags:
  10. - { name: event_subscriber }