SU-SWS/stanford_profile_helper

View on GitHub
modules/stanford_intranet/drush.services.yml

Summary

Maintainability
Test Coverage
services:
  stanford_intranet.commands:
    class: \Drupal\stanford_intranet\Commands\IntranetCommands
    arguments: ['@entity_type.manager', '@state', '@externalauth.authmap', '@password_generator', '@stanford_intranet.manager']
    tags:
      - { name: drush.command }