You are here

protected property Time::$requestStack in Drupal 10

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Component/Datetime/Time.php \Drupal\Component\Datetime\Time::requestStack
  2. 9 core/lib/Drupal/Component/Datetime/Time.php \Drupal\Component\Datetime\Time::requestStack

The request stack.

Type: \Symfony\Component\HttpFoundation\RequestStack

File

core/lib/Drupal/Component/Datetime/Time.php, line 17

Class

Time
Provides a class for obtaining system time.

Namespace

Drupal\Component\Datetime

Code

protected $requestStack;