You are here

protected property LoginDestinationManager::$aliasManager in Login Destination 8

Same name and namespace in other branches
  1. 8.2 src/LoginDestinationManager.php \Drupal\login_destination\LoginDestinationManager::aliasManager

The alias manager that caches alias lookups based on the request.

Type: \Drupal\Core\Path\AliasManagerInterface

File

src/LoginDestinationManager.php, line 34

Class

LoginDestinationManager
Defines a login destination manager service.

Namespace

Drupal\login_destination

Code

protected $aliasManager;