You are here

protected property LoggerChannel::$requestStack in Service Container 7.2

Same name and namespace in other branches
  1. 7 src/Logger/LoggerChannel.php \Drupal\service_container\Logger\LoggerChannel::requestStack

The request stack object.

Type: \Symfony\Component\HttpFoundation\RequestStack

File

src/Logger/LoggerChannel.php, line 39
Contains \Drupal\service_container\Logger\LoggerChannel.

Class

LoggerChannel
Defines a logger channel that most implementations will use.

Namespace

Drupal\service_container\Logger

Code

protected $requestStack;