public function NewRelicAdapterInterface::setTransactionName in New Relic 2.0.x
Same name and namespace in other branches
- 8 src/ExtensionAdapter/NewRelicAdapterInterface.php \Drupal\new_relic_rpm\ExtensionAdapter\NewRelicAdapterInterface::setTransactionName()
- 2.x src/ExtensionAdapter/NewRelicAdapterInterface.php \Drupal\new_relic_rpm\ExtensionAdapter\NewRelicAdapterInterface::setTransactionName()
Set the transaction name.
Parameters
string $name: Name for this transaction.
2 methods override NewRelicAdapterInterface::setTransactionName()
- ExtensionAdapter::setTransactionName in src/
ExtensionAdapter/ ExtensionAdapter.php - Set the transaction name.
- NullAdapter::setTransactionName in src/
ExtensionAdapter/ NullAdapter.php - Set the transaction name.
File
- src/
ExtensionAdapter/ NewRelicAdapterInterface.php, line 54
Class
- NewRelicAdapterInterface
- New relic API adapter interface.
Namespace
Drupal\new_relic_rpm\ExtensionAdapterCode
public function setTransactionName($name);