Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. StackedHttpKernel.php

function StackedHttpKernel::handle

Overrides HttpKernelInterface::handle

File

core/lib/Drupal/Core/StackMiddleware/StackedHttpKernel.php, line 50

Class

StackedHttpKernel
Provides a stacked HTTP kernel.

Namespace

Drupal\Core\StackMiddleware

Code

public function handle(Request $request, $type = HttpKernelInterface::MAIN_REQUEST, $catch = TRUE) : Response {
    return $this->kernel
        ->handle($request, $type, $catch);
}
RSS feed
Powered by Drupal