You are here

service commerce_demo.export_command in Commerce Demo 8

Same name and namespace in other branches
  1. 8.2 console.services.yml \commerce_demo.export_command

Class

Drupal\commerce_demo\Command\ExportCommand

Tags

  • drupal.command

File

./console.services.yml
console.services.yml

View source
  1. class: Drupal\commerce_demo\Command\ExportCommand
  2. arguments:
  3. - '@commerce_demo.content_exporter'
  4. - '@entity_type.manager'
  5. - '@entity_type.bundle.info'
  6. tags:
  7. - { name: drupal.command }