You are here

protected property UrlGenerator::$provider in Drupal 9

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

The route provider.

Type: \Drupal\Core\Routing\RouteProviderInterface

File

core/lib/Drupal/Core/Routing/UrlGenerator.php, line 27

Class

UrlGenerator
Generates URLs from route names and parameters.

Namespace

Drupal\Core\Routing

Code

protected $provider;