You are here

public function NullAdapter::setTransactionName in New Relic 8

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

Set the transaction name.

Parameters

string $name: Name for this transaction.

Overrides NewRelicAdapterInterface::setTransactionName

File

src/ExtensionAdapter/NullAdapter.php, line 33

Class

NullAdapter
Default new relic adapter.

Namespace

Drupal\new_relic_rpm\ExtensionAdapter

Code

public function setTransactionName($name) {
}