webform_entity_print.services.yml in Webform 6.x
Same filename and directory in other branches
modules/webform_entity_print/webform_entity_print.services.yml
File
modules/webform_entity_print/webform_entity_print.services.ymlView source
- services:
- webform_entity_print.print_css_alter_subscriber:
- class: Drupal\webform_entity_print\EventSubscriber\WebformEntityPrintCssAlterSubscriber
- tags:
- - { name: event_subscriber }
- webform_entity_print.request_subscriber:
- class: Drupal\webform_entity_print\EventSubscriber\WebformEntityPrintRequestSubscriber
- arguments: ['@current_route_match']
- tags:
- - { name: event_subscriber }