protected property UrlGenerator::$pathProcessor

The path processor to convert the system path to one suitable for urls.

Type: \Drupal\Core\PathProcessor\OutboundPathProcessorInterface

File

drupal/core/lib/Drupal/Core/Routing/UrlGenerator.php, line 41
Contains Drupal\Core\Routing\UrlGenerator.

Class

UrlGenerator
A Generator creates URL strings based on a specified route.

Namespace

Drupal\Core\Routing

Code

protected $pathProcessor;