Issue #2809801 by ziomizar: provider property is dynamically declared in UrlGenerator

8.3.x
Nathaniel Catchpole 2016-10-19 11:25:35 +01:00
parent 3a8b4eee94
commit 182f8fd18b
1 changed files with 7 additions and 0 deletions

View File

@ -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
*/