public function KernelInterface::getCharset

Gets the charset of the application.

@api

Return value

string The charset

1 method overrides KernelInterface::getCharset()
Kernel::getCharset in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Kernel.php
Gets the charset of the application.

File

drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/KernelInterface.php, line 207

Class

KernelInterface
The Kernel is the heart of the Symfony system.

Namespace

Symfony\Component\HttpKernel

Code

public function getCharset();