Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. 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
Powered by Drupal