function DrupalKernelInterface::preHandle

Same name and namespace in other branches
  1. 11.x core/lib/Drupal/Core/DrupalKernelInterface.php \Drupal\Core\DrupalKernelInterface::preHandle()
  2. 10 core/lib/Drupal/Core/DrupalKernelInterface.php \Drupal\Core\DrupalKernelInterface::preHandle()
  3. 8.9.x core/lib/Drupal/Core/DrupalKernelInterface.php \Drupal\Core\DrupalKernelInterface::preHandle()

Helper method that does request related initialization.

Parameters

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

File

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

Class

DrupalKernelInterface
The interface for DrupalKernel, the core of Drupal.

Namespace

Drupal\Core

Code

public function preHandle(Request $request);

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.