You are here

public function WebprofilerRequestMatcher::__construct in Devel 8.3

Same name and namespace in other branches
  1. 8 webprofiler/src/RequestMatcher/WebprofilerRequestMatcher.php \Drupal\webprofiler\RequestMatcher\WebprofilerRequestMatcher::__construct()
  2. 8.2 webprofiler/src/RequestMatcher/WebprofilerRequestMatcher.php \Drupal\webprofiler\RequestMatcher\WebprofilerRequestMatcher::__construct()
  3. 4.x webprofiler/src/RequestMatcher/WebprofilerRequestMatcher.php \Drupal\webprofiler\RequestMatcher\WebprofilerRequestMatcher::__construct()

Parameters

\Drupal\Core\Config\ConfigFactoryInterface $configFactory:

\Drupal\Core\Path\PathMatcherInterface $pathMatcher:

File

webprofiler/src/RequestMatcher/WebprofilerRequestMatcher.php, line 29

Class

WebprofilerRequestMatcher
Class WebprofilerRequestMatcher.

Namespace

Drupal\webprofiler\RequestMatcher

Code

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