You are here

drush.services.yml in New Relic 2.x

Same filename and directory in other branches
  1. 8 drush.services.yml
  2. 2.0.x drush.services.yml

File

drush.services.yml
View source
  1. services:
  2. new_relic_rpm.commands:
  3. class: \Drupal\new_relic_rpm\Commands\NewRelicRpmCommands
  4. arguments: ['@new_relic_rpm.client', '@new_relic_rpm.adapter', '@config.factory']
  5. tags:
  6. - { name: drush.command }