You are here

protected property RequestPath::$aliasManager in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/system/src/Plugin/Condition/RequestPath.php \Drupal\system\Plugin\Condition\RequestPath::aliasManager

An alias manager to find the alias for the current system path.

Type: \Drupal\Core\Path\AliasManagerInterface

File

core/modules/system/src/Plugin/Condition/RequestPath.php, line 35
Contains \Drupal\system\Plugin\Condition\RequestPath.

Class

RequestPath
Provides a 'Request Path' condition.

Namespace

Drupal\system\Plugin\Condition

Code

protected $aliasManager;