drush.services.yml in Pathauto 8
File
drush.services.ymlView source
- services:
- pathauto.commands:
- class: \Drupal\pathauto\Commands\PathautoCommands
- arguments:
- - '@config.factory'
- - '@plugin.manager.alias_type'
- - '@pathauto.alias_storage_helper'
- tags:
- - { name: drush.command }