Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Kernel.php
function Kernel::getCharset
Overrides
KernelInterface::getCharset
1 call to
Kernel::getCharset()
Kernel::getKernelParameters
in vendor/
symfony/
http-kernel/
Kernel.php
Returns the kernel parameters.
File
vendor/
symfony/
http-kernel/
Kernel.php
, line 311
Class
Kernel
The Kernel is the heart of the Symfony system.
Namespace
Symfony\Component\HttpKernel
Code
public
function
getCharset
() : string {
return
'UTF-8'
; }
RSS feed