Issue #2809801 by ziomizar: provider property is dynamically declared in UrlGenerator
parent
3a8b4eee94
commit
182f8fd18b
|
@ -19,6 +19,13 @@ use Symfony\Component\Routing\Exception\MissingMandatoryParametersException;
|
|||
*/
|
||||
class UrlGenerator implements UrlGeneratorInterface {
|
||||
|
||||
/**
|
||||
* The route provider.
|
||||
*
|
||||
* @var \Drupal\Core\Routing\RouteProviderInterface
|
||||
*/
|
||||
protected $provider;
|
||||
|
||||
/**
|
||||
* @var RequestContext
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue