globallink.services.yml in GlobalLink Connect for Drupal 8
Same filename and directory in other branches
File
globallink.services.ymlView source
- services:
- globallink.gl_exchange_adapter:
- class: Drupal\globallink\GlExchangeAdapter
- arguments: ['@entity_type.manager', '@module_handler']
- globallink.should_create_job:
- class: Drupal\globallink\EventSubscriber\GloballinkContinuousEvents
- arguments: ['@entity_type.manager', '@path.matcher']
- tags:
- - { name: 'event_subscriber' }