You are here

service tome_sync.export_command in Tome 8

Class

Drupal\tome_sync\Commands\ExportCommand

Tags

  • console.command
  • drupal.command

File

modules/tome_sync/tome_sync.services.yml
modules/tome_sync/tome_sync.services.yml

View source
  1. class: Drupal\tome_sync\Commands\ExportCommand
  2. arguments:
  3. - '@tome_sync.exporter'
  4. - '@entity_type.manager'
  5. - '@event_dispatcher'
  6. tags:
  7. - { name: console.command }
  8. - { name: drupal.command }