You are here

protected property RedirectResponseSubscriber::$unroutedUrlAssembler in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/EventSubscriber/RedirectResponseSubscriber.php \Drupal\Core\EventSubscriber\RedirectResponseSubscriber::unroutedUrlAssembler

The unrouted URL assembler service.

Type: \Drupal\Core\Utility\UnroutedUrlAssemblerInterface

File

core/lib/Drupal/Core/EventSubscriber/RedirectResponseSubscriber.php, line 26

Class

RedirectResponseSubscriber
Allows manipulation of the response object when performing a redirect.

Namespace

Drupal\Core\EventSubscriber

Code

protected $unroutedUrlAssembler;