Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
RequestContext.php
function RequestContext::getPathInfo
Gets 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
() : string {
return
$this
->
pathInfo
; }
RSS feed