public function WebprofilerMiddleware::__construct in Devel 8.3
Same name and namespace in other branches
- 8 webprofiler/src/StackMiddleware/WebprofilerMiddleware.php \Drupal\webprofiler\StackMiddleware\WebprofilerMiddleware::__construct()
- 8.2 webprofiler/src/StackMiddleware/WebprofilerMiddleware.php \Drupal\webprofiler\StackMiddleware\WebprofilerMiddleware::__construct()
- 4.x webprofiler/src/StackMiddleware/WebprofilerMiddleware.php \Drupal\webprofiler\StackMiddleware\WebprofilerMiddleware::__construct()
Constructs a WebprofilerMiddleware object.
Parameters
\Symfony\Component\HttpKernel\HttpKernelInterface $http_kernel: The decorated kernel.
File
- webprofiler/
src/ StackMiddleware/ WebprofilerMiddleware.php, line 27
Class
- WebprofilerMiddleware
- Class WebprofilerMiddleware.
Namespace
Drupal\webprofiler\StackMiddlewareCode
public function __construct(HttpKernelInterface $http_kernel) {
$this->httpKernel = $http_kernel;
}