A PartialMatcher works like a UrlMatcher, but will return multiple candidate routes.
Expanded class hierarchy of InitialMatcherInterface
All classes that implement InitialMatcherInterface
interface InitialMatcherInterface {
/**
* Matches a request against multiple routes.
*
* @param \Symfony\Component\HttpFoundation\Request $request
* A Request object against which to match.
*
* @return \Symfony\Component\Routing\RouteCollection
* A RouteCollection of matched routes.
*/
public function matchRequestPartial(Request $request);
}
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
InitialMatcherInterface:: |
public | function | Matches a request against multiple routes. | 2 |