You are here

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\RequestMatcher

Code

public function __construct(ConfigFactoryInterface $configFactory, PathMatcherInterface $pathMatcher) {
  $this->configFactory = $configFactory;
  $this->pathMatcher = $pathMatcher;
}