function UrlGenerator::__construct
Same name in this branch
- 11.1.x core/lib/Drupal/Core/Routing/UrlGenerator.php \Drupal\Core\Routing\UrlGenerator::__construct()
1 method overrides UrlGenerator::__construct()
- CompiledUrlGenerator::__construct in vendor/
symfony/ routing/ Generator/ CompiledUrlGenerator.php
File
-
vendor/
symfony/ routing/ Generator/ UrlGenerator.php, line 76
Class
- UrlGenerator
- UrlGenerator can generate a URL or a path for any route in the RouteCollection based on the passed parameters.
Namespace
Symfony\Component\Routing\GeneratorCode
public function __construct(RouteCollection $routes, RequestContext $context, ?LoggerInterface $logger = null, ?string $defaultLocale = null) {
}