You are here

protected property PathAliasSubscriber::$currentPath in Drupal 10

Same name and namespace in other branches
  1. 9 core/modules/path_alias/src/EventSubscriber/PathAliasSubscriber.php \Drupal\path_alias\EventSubscriber\PathAliasSubscriber::currentPath

The current path.

Type: \Drupal\Core\Path\CurrentPathStack

File

core/modules/path_alias/src/EventSubscriber/PathAliasSubscriber.php, line 29

Class

PathAliasSubscriber
Provides a path subscriber that converts path aliases.

Namespace

Drupal\path_alias\EventSubscriber

Code

protected $currentPath;