You are here

public function DrupalKernelInterface::prepareLegacyRequest in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/DrupalKernelInterface.php \Drupal\Core\DrupalKernelInterface::prepareLegacyRequest()

Prepare the kernel for handling a request without handling the request.

Parameters

\Symfony\Component\HttpFoundation\Request $request: The current request.

Return value

$this

Deprecated

8.x Only used by legacy front-controller scripts.

1 method overrides DrupalKernelInterface::prepareLegacyRequest()
DrupalKernel::prepareLegacyRequest in core/lib/Drupal/Core/DrupalKernel.php
Prepare the kernel for handling a request without handling the request.

File

core/lib/Drupal/Core/DrupalKernelInterface.php, line 133
Contains \Drupal\Core\DrupalKernelInterface.

Class

DrupalKernelInterface
The interface for DrupalKernel, the core of Drupal.

Namespace

Drupal\Core

Code

public function prepareLegacyRequest(Request $request);