You are here

public function LoggerChannelInterface::setRequestStack in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Logger/LoggerChannelInterface.php \Drupal\Core\Logger\LoggerChannelInterface::setRequestStack()

Sets the request stack.

Parameters

\Symfony\Component\HttpFoundation\RequestStack|null $requestStack: The current request object.

1 method overrides LoggerChannelInterface::setRequestStack()
LoggerChannel::setRequestStack in core/lib/Drupal/Core/Logger/LoggerChannel.php
Sets the request stack.

File

core/lib/Drupal/Core/Logger/LoggerChannelInterface.php, line 43

Class

LoggerChannelInterface
Logger channel interface.

Namespace

Drupal\Core\Logger

Code

public function setRequestStack(RequestStack $requestStack = NULL);