public function WebprofilerRequestMatcher::__construct in Devel 8
Same name and namespace in other branches
- 8.3 webprofiler/src/RequestMatcher/WebprofilerRequestMatcher.php \Drupal\webprofiler\RequestMatcher\WebprofilerRequestMatcher::__construct()
- 8.2 webprofiler/src/RequestMatcher/WebprofilerRequestMatcher.php \Drupal\webprofiler\RequestMatcher\WebprofilerRequestMatcher::__construct()
- 4.x webprofiler/src/RequestMatcher/WebprofilerRequestMatcher.php \Drupal\webprofiler\RequestMatcher\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;
}