RequestMatcherInterface
interface RequestMatcherInterface
RequestMatcherInterface is an interface for strategies to match a Request.
Methods
Details
bool
matches(Request $request)
Decides whether the rule(s) implemented by the strategy matches the supplied request.