Component\Routing\Matcher\Dumper

Classes ApacheMatcherDumper Dumps a set of Apache mod_rewrite rules. DumperCollection Collection of routes. DumperPrefixCollection Prefix tree of routes preserving routes order. DumperRoute Container for a Route. MatcherDumper MatcherDumper is the abstract class for all built-in matcher dumpers. PhpMatcherDumper PhpMatcherDumper creates a PHP class able to match URLs for a given set of routes. Interfaces MatcherDumperInterface MatcherDumperInterface is the interface

Component\Routing\Loader\DependencyInjection

Classes ServiceRouterLoader A route loader that executes a service to load the routes.

Component\Security

Namespaces Symfony\Component\Security\AclSymfony\Component\Security\CoreSymfony\Component\Security\Http

Component\Routing

Namespaces Symfony\Component\Routing\AnnotationSymfony\Component\Routing\ExceptionSymfony\Component\Routing\GeneratorSymfony\Component\Routing\LoaderSymfony\Component\Routing\Matcher Classes CompiledRoute CompiledRoutes are returned by the RouteCompiler class. RequestContext Holds information about the current request. Route A Route describes a route and its parameters. RouteCollection A RouteCollection represents a set of Route instances. RouteCompiler RouteCompiler compil

Component\Routing\Exception

Classes InvalidParameterException Exception thrown when a parameter is not valid MethodNotAllowedException The resource was found but the request method is not allowed. MissingMandatoryParametersException Exception thrown when a route cannot be generated because of missing mandatory parameters. ResourceNotFoundException The resource was not found. RouteNotFoundException Exception thrown when a route does not exist Interfaces ExceptionInterface ExceptionInterface

Component\Routing\Generator

Namespaces Symfony\Component\Routing\Generator\Dumper Classes UrlGenerator UrlGenerator can generate a URL or a path for any route in the RouteCollection based on the passed parameters. Interfaces ConfigurableRequirementsInterface 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 generati

Component\Routing\Generator\Dumper

Classes GeneratorDumper GeneratorDumper is the base class for all built-in generator dumpers. PhpGeneratorDumper PhpGeneratorDumper creates a PHP class able to generate URLs for a given set of routes. Interfaces GeneratorDumperInterface GeneratorDumperInterface is the interface that all generator dumper classes must implement.

Component\Routing\Annotation

Classes Route Annotation class for @Route().

Component\PropertyAccess

Namespaces Symfony\Component\PropertyAccess\Exception Classes PropertyAccess Entry point of the PropertyAccess component. PropertyAccessor Default implementation of {@link PropertyAccessorInterface}. PropertyAccessorBuilder A configurable builder for PropertyAccessorInterface objects. PropertyPath Default implementation of {@link PropertyPathInterface}. PropertyPathBuilder PropertyPathIterator Traverses a property path and provides additional methods to find out informa

Component\PropertyInfo

Namespaces Symfony\Component\PropertyInfo\Extractor Classes PropertyInfoExtractor Default {see PropertyInfoExtractorInterface} implementation. Type Type value object (immutable). Interfaces PropertyAccessExtractorInterface Guesses if the property can be accessed or mutated. PropertyDescriptionExtractorInterface Description extractor Interface. PropertyInfoExtractorInterface Gets info about PHP class properties. PropertyListExtractorInterface Extracts the list of prope