public function NullAdapter::setTransactionName in New Relic 8
Same name and namespace in other branches
- 2.x src/ExtensionAdapter/NullAdapter.php \Drupal\new_relic_rpm\ExtensionAdapter\NullAdapter::setTransactionName()
- 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\ExtensionAdapterCode
public function setTransactionName($name) {
}