You are here

public function NewRelicAdapterInterface::addCustomParameter in New Relic 8

Same name and namespace in other branches
  1. 2.x src/ExtensionAdapter/NewRelicAdapterInterface.php \Drupal\new_relic_rpm\ExtensionAdapter\NewRelicAdapterInterface::addCustomParameter()
  2. 2.0.x src/ExtensionAdapter/NewRelicAdapterInterface.php \Drupal\new_relic_rpm\ExtensionAdapter\NewRelicAdapterInterface::addCustomParameter()

Adds a custom parameter.

Parameters

string $key: Key that identifies the parameter.

string $value: Value for the parameter.

2 methods override NewRelicAdapterInterface::addCustomParameter()
ExtensionAdapter::addCustomParameter in src/ExtensionAdapter/ExtensionAdapter.php
Adds a custom parameter.
NullAdapter::addCustomParameter in src/ExtensionAdapter/NullAdapter.php
Adds a custom parameter.

File

src/ExtensionAdapter/NewRelicAdapterInterface.php, line 46

Class

NewRelicAdapterInterface
New relic API adapter interface.

Namespace

Drupal\new_relic_rpm\ExtensionAdapter

Code

public function addCustomParameter($key, $value);