console.services.yml in Commerce Demo 8.2
Same filename and directory in other branches
File
console.services.ymlView source
- services:
- commerce_demo.export_command:
- class: Drupal\commerce_demo\Command\ExportCommand
- arguments: ['@commerce_demo.content_exporter', '@entity_type.manager', '@entity_type.bundle.info']
- tags:
- - { name: drupal.command }