service new_relic_rpm.client in New Relic 8
Same name and namespace in other branches
- 2.x new_relic_rpm.services.yml \new_relic_rpm.client
- 2.0.x new_relic_rpm.services.yml \new_relic_rpm.client
Class
Drupal\new_relic_rpm\Client\NewRelicApiClient4 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
View source
- class: Drupal\new_relic_rpm\Client\NewRelicApiClient
- arguments:
- - '@config.factory'
- - '@http_client'
- - '@serialization.json'
- - '@logger.factory'
- - '@string_translation'