Route Match

Valhalla

Well-known member
How could I detect a route match for 'forums' or 'members'? Or simply that a route matches that of a resource (whichever action)?
 
While in the controller you can use $this->getRouteMatch() to receive the RouteMatch object of the current request.
 
Back
Top Bottom