Gets the request context.
@api
Return value
RequestContext The context
Overrides RequestContextAwareInterface::getContext
File
- drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Generator/UrlGenerator.php, line 92
Class
- UrlGenerator
- UrlGenerator generates a URL based on a set of routes.
Namespace
Symfony\Component\Routing\Generator
Code
public function getContext() {
return $this->context;
}