function CurrentPathStack::__construct
Same name in other branches
- 8.9.x core/lib/Drupal/Core/Path/CurrentPathStack.php \Drupal\Core\Path\CurrentPathStack::__construct()
- 10 core/lib/Drupal/Core/Path/CurrentPathStack.php \Drupal\Core\Path\CurrentPathStack::__construct()
- 11.x core/lib/Drupal/Core/Path/CurrentPathStack.php \Drupal\Core\Path\CurrentPathStack::__construct()
Constructs a new CurrentPathStack instance.
Parameters
\Symfony\Component\HttpFoundation\RequestStack $request_stack: The request stack.
File
-
core/
lib/ Drupal/ Core/ Path/ CurrentPathStack.php, line 37
Class
- CurrentPathStack
- Represents the current path for the current request.
Namespace
Drupal\Core\PathCode
public function __construct(RequestStack $request_stack) {
$this->requestStack = $request_stack;
$this->paths = new \SplObjectStorage();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.