public function ChainRouter::getContext

Return value

RequestContext

Overrides RequestContextAwareInterface::getContext

1 call to ChainRouter::getContext()
ChainRouter::all in drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/ChainRouter.php
Sorts the routers and flattens them.

File

drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/ChainRouter.php, line 64

Class

ChainRouter
ChainRouter

Namespace

Symfony\Cmf\Component\Routing

Code

public function getContext() {
  return $this->context;
}