You are here

service tome_sync.import_partial_command in Tome 8

Class

Drupal\tome_sync\Commands\ImportPartialCommand

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\ImportPartialCommand
  2. arguments:
  3. - '@tome_sync.importer'
  4. - '@entity_type.manager'
  5. - '@state'
  6. - '@tome_sync.content_hasher'
  7. tags:
  8. - { name: console.command }
  9. - { name: drupal.command }