You are here

service new_relic_rpm.client in New Relic 8

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

Class

Drupal\new_relic_rpm\Client\NewRelicApiClient
4 string references to new_relic_rpm.client
drush_new_relic_rpm_newrelic_deploy in ./new_relic_rpm.drush.inc
Mark a deployment in newrelic.
NewRelicConfigSubscriber::onImport in src/EventSubscriber/NewRelicConfigSubscriber.php
Attempts to create a deployment on New Relic when a config import happens.
NewRelicRpmDeploy::create in src/Form/NewRelicRpmDeploy.php
Instantiates a new instance of this class.
new_relic_rpm_module_deploy in ./new_relic_rpm.module
Log module install/uninstall actions as a deploy call to New Relic.

File

./new_relic_rpm.services.yml
new_relic_rpm.services.yml

View source
  1. class: Drupal\new_relic_rpm\Client\NewRelicApiClient
  2. arguments:
  3. - '@config.factory'
  4. - '@http_client'
  5. - '@serialization.json'
  6. - '@logger.factory'
  7. - '@string_translation'