You are here

service new_relic_rpm.commands in New Relic 2.x

Same name and namespace in other branches
  1. 8 drush.services.yml \new_relic_rpm.commands
  2. 2.0.x drush.services.yml \new_relic_rpm.commands

Class

\Drupal\new_relic_rpm\Commands\NewRelicRpmCommands

Tags

  • drush.command

File

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

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