You are here

public function RequestContext::getPathInfo in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/routing/RequestContext.php \Symfony\Component\Routing\RequestContext::getPathInfo()

Gets the path info.

Return value

string The path info

File

vendor/symfony/routing/RequestContext.php, line 114

Class

RequestContext
Holds information about the current request.

Namespace

Symfony\Component\Routing

Code

public function getPathInfo() {
  return $this->pathInfo;
}