You are here

public function NullAdapter::addCustomParameter in New Relic 8

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

Adds a custom parameter.

Parameters

string $key: Key that identifies the parameter.

string $value: Value for the parameter.

Overrides NewRelicAdapterInterface::addCustomParameter

File

src/ExtensionAdapter/NullAdapter.php, line 28

Class

NullAdapter
Default new relic adapter.

Namespace

Drupal\new_relic_rpm\ExtensionAdapter

Code

public function addCustomParameter($key, $value) {
}