You are here

namespace Symfony\Component\Routing\Generator in Zircon Profile 8

Same name in other branches
  1. 8.0 Symfony\Component\Routing\Generator
Classsort descending Location Description
ConfigurableRequirementsInterface vendor/symfony/routing/Generator/ConfigurableRequirementsInterface.php ConfigurableRequirementsInterface must be implemented by URL generators that can be configured whether an exception should be generated when the parameters do not match the requirements. It is also possible to disable the requirements check for URL…
UrlGenerator vendor/symfony/routing/Generator/UrlGenerator.php UrlGenerator can generate a URL or a path for any route in the RouteCollection based on the passed parameters.
UrlGeneratorInterface vendor/symfony/routing/Generator/UrlGeneratorInterface.php UrlGeneratorInterface is the interface that all URL generator classes must implement.