You are here

public function ProfilerInterface::link in XHProf 8

Generates a link to the report page for a specific run ID.

Parameters

string $run_id: The run ID.

Return value

string The rendered link.

1 method overrides ProfilerInterface::link()
Profiler::link in src/Profiler.php
Generates a link to the report page for a specific run ID.

File

src/ProfilerInterface.php, line 71

Class

ProfilerInterface
Provides interface to interact with profiler.

Namespace

Drupal\xhprof

Code

public function link($run_id);