You are here

public function NullAdapter::setTransactionState in New Relic 8

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

Set the new relic transaction state.

Parameters

string $state: One of the state constants.

Overrides NewRelicAdapterInterface::setTransactionState

File

src/ExtensionAdapter/NullAdapter.php, line 13

Class

NullAdapter
Default new relic adapter.

Namespace

Drupal\new_relic_rpm\ExtensionAdapter

Code

public function setTransactionState($state) {
}