Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Uri.php
function Uri::getPath
Overrides
UriInterface::getPath
File
vendor/
guzzlehttp/
psr7/
src/
Uri.php
, line 403
Class
Uri
PSR-7 URI implementation.
Namespace
GuzzleHttp\Psr7
Code
public
function
getPath
() : string {
return
$this
->
path
; }
RSS feed