You are here

drush.services.yml in Pathauto 8

File

drush.services.yml
View source
  1. services:
  2. pathauto.commands:
  3. class: \Drupal\pathauto\Commands\PathautoCommands
  4. arguments:
  5. - '@config.factory'
  6. - '@plugin.manager.alias_type'
  7. - '@pathauto.alias_storage_helper'
  8. tags:
  9. - { name: drush.command }