public function DrupalKernelInterface::preHandle in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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.
1 method overrides DrupalKernelInterface::preHandle()
- DrupalKernel::preHandle in core/
lib/ Drupal/ Core/ DrupalKernel.php - Helper method that does request related initialization.
File
- core/
lib/ Drupal/ Core/ DrupalKernelInterface.php, line 141 - Contains \Drupal\Core\DrupalKernelInterface.
Class
- DrupalKernelInterface
- The interface for DrupalKernel, the core of Drupal.
Namespace
Drupal\CoreCode
public function preHandle(Request $request);