public function LoggerChannelInterface::setRequestStack in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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 48 - Contains \Drupal\Core\Logger\LoggerChannelInterface.
Class
- LoggerChannelInterface
- Logger channel interface.
Namespace
Drupal\Core\LoggerCode
public function setRequestStack(RequestStack $requestStack = NULL);