You are here

service path.current in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/core.services.yml \path.current

Class

Drupal\Core\Path\CurrentPathStack
4 string references to path.current
Raw::create in core/modules/views/src/Plugin/views/argument_default/Raw.php
Creates an instance of the plugin.
RequestPath::create in core/modules/system/src/Plugin/Condition/RequestPath.php
Creates an instance of the plugin.
RequestPathTest::setUp in core/modules/system/src/Tests/Plugin/Condition/RequestPathTest.php
Performs setup tasks before each individual test method is run.
ViewAjaxController::create in core/modules/views/src/Controller/ViewAjaxController.php
Instantiates a new instance of this class.

File

core/core.services.yml
core/core.services.yml

View source
  1. class: Drupal\Core\Path\CurrentPathStack
  2. arguments:
  3. - '@request_stack'