You are here

service tome_sync.import_content_command in Tome 8

Class

Drupal\tome_sync\Commands\ImportContentCommand

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