public function UrlGenerator::getContext in Persistent URL 8
Gets the request context.
Return value
RequestContext The context
File
- src/
Routing/ UrlGenerator.php, line 70
Class
Namespace
Drupal\purl\RoutingCode
public function getContext() {
return $this->urlGenerator
->getContext();
}