You are here

public function Profiler::getRunId in XHProf 8

Returns the run id associated with the current request.

Return value

string The run ID.

Overrides ProfilerInterface::getRunId

File

src/Profiler.php, line 194

Class

Profiler
Provides profiler service.

Namespace

Drupal\xhprof

Code

public function getRunId() {
  return $this->runId;
}