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