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