public function ProfilerInterface::getRunId in XHProf 8
Returns the run id associated with the current request.
Return value
string The run ID.
1 method overrides ProfilerInterface::getRunId()
- Profiler::getRunId in src/
Profiler.php - Returns the run id associated with the current request.
File
- src/
ProfilerInterface.php, line 87
Class
- ProfilerInterface
- Provides interface to interact with profiler.
Namespace
Drupal\xhprofCode
public function getRunId();