public function ChainRouter::getContext in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony-cmf/routing/ChainRouter.php \Symfony\Cmf\Component\Routing\ChainRouter::getContext()
Return value
Overrides RequestContextAwareInterface::getContext
1 call to ChainRouter::getContext()
- ChainRouter::all in vendor/
symfony-cmf/ routing/ ChainRouter.php - Sorts the routers and flattens them.
File
- vendor/
symfony-cmf/ routing/ ChainRouter.php, line 72
Class
- ChainRouter
- The ChainRouter allows to combine several routers to try in a defined order.
Namespace
Symfony\Cmf\Component\RoutingCode
public function getContext() {
return $this->context;
}