You are here

service pathauto.commands in Pathauto 8

Class

\Drupal\pathauto\Commands\PathautoCommands

Tags

  • drush.command
1 string reference to pathauto.commands
PathautoServiceProvider::register in src/PathautoServiceProvider.php
Registers services to the container.

File

./drush.services.yml
drush.services.yml

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