Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Uri.php
Uri::QUERY_SEPARATORS_REPLACEMENT
File
vendor/
guzzlehttp/
psr7/
src/
Uri.php
, line 54
Class
Uri
PSR-7 URI implementation.
Namespace
GuzzleHttp\Psr7
Code
private
const
QUERY_SEPARATORS_REPLACEMENT
= [
'='
=>
'%3D'
,
'&'
=>
'%26'
, ];
RSS feed