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