public function RunConverter::__construct in XHProf 8
Constructs the RunConverter object
Parameters
\Drupal\xhprof\ProfilerInterface $profiler: A profiler.
File
- src/
Routing/ RunConverter.php, line 30
Class
- RunConverter
- Casts run identifier into Run object.
Namespace
Drupal\xhprof\RoutingCode
public function __construct(ProfilerInterface $profiler) {
$this->profiler = $profiler;
}