Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
HtmlDumper.php
function esc
1 call to
esc()
HtmlDumper::style
in vendor/
symfony/
var-dumper/
Dumper/
HtmlDumper.php
Decorates a value with some style.
File
vendor/
symfony/
var-dumper/
Dumper/
HtmlDumper.php
, line 972
Namespace
Symfony\Component\VarDumper\Dumper
Code
function
esc
(string
$str
) : string {
return
htmlspecialchars
(
$str
,
\ENT_QUOTES
,
'UTF-8'
); }
RSS feed