You are here

protected property UrlGenerator::$routeProcessor in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Routing/UrlGenerator.php \Drupal\Core\Routing\UrlGenerator::routeProcessor

The route processor.

Type: \Drupal\Core\RouteProcessor\OutboundRouteProcessorInterface

File

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

Class

UrlGenerator
Generates URLs from route names and parameters.

Namespace

Drupal\Core\Routing

Code

protected $routeProcessor;