public function RequestContext::getPathInfo

Gets the path info.

Return value

string The path info

File

drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RequestContext.php, line 104

Class

RequestContext
Holds information about the current request.

Namespace

Symfony\Component\Routing

Code

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