You are here

drush.services.yml in Node export 8

File

drush.services.yml
View source
  1. services:
  2. node_export.commands:
  3. class: \Drupal\node_export\Commands\NodeExportCommands
  4. arguments: ['@entity_type.manager']
  5. tags:
  6. - { name: drush.command }