You are here

protected property UnroutedUrlAssembler::$pathProcessor in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Utility/UnroutedUrlAssembler.php \Drupal\Core\Utility\UnroutedUrlAssembler::pathProcessor

The outbound path processor.

Type: \Drupal\Core\PathProcessor\OutboundPathProcessorInterface

File

core/lib/Drupal/Core/Utility/UnroutedUrlAssembler.php, line 34
Contains \Drupal\Core\Utility\UnroutedUrlAssembler.

Class

UnroutedUrlAssembler
Provides a way to build external or non Drupal local domain URLs.

Namespace

Drupal\Core\Utility

Code

protected $pathProcessor;