DrupalKernelInterface::prepareLegacyRequest

public DrupalKernelInterface::prepareLegacyRequest(Request $request)

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

Parameters

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

Return value

$this

Deprecated

in Drupal 8.0.x and will be removed before 9.0.0. Only used by legacy front-controller scripts.

File

core/lib/Drupal/Core/DrupalKernelInterface.php, line 128

Class

DrupalKernelInterface
The interface for DrupalKernel, the core of Drupal.

Namespace

Drupal\Core

Code

public function prepareLegacyRequest(Request $request);
doc_Drupal
2016-10-29 09:03:07
Comments
Leave a Comment

Please login to continue.