httpKernel = $http_kernel; } /** * {@inheritdoc} */ public function handle(Request $request, $type = self::MASTER_REQUEST, $catch = TRUE) { foreach (Database::getAllConnectionInfo() as $key => $info) { Database::startLog('webprofiler', $key); } return $this->httpKernel->handle($request, $type, $catch); } }