public function XHProfRequestMatcher::__construct in XHProf 8
Parameters
ConfigFactoryInterface $configFactory:
\Drupal\Core\Path\PathMatcherInterface $pathMatcher:
File
- src/
RequestMatcher/ XHProfRequestMatcher.php, line 29
Class
- XHProfRequestMatcher
- Class WebprofilerRequestMatcher
Namespace
Drupal\xhprof\RequestMatcherCode
public function __construct(ConfigFactoryInterface $configFactory, PathMatcherInterface $pathMatcher) {
$this->configFactory = $configFactory;
$this->pathMatcher = $pathMatcher;
}