You are here

public function KernelInterface::getCharset in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/http-kernel/KernelInterface.php \Symfony\Component\HttpKernel\KernelInterface::getCharset()

Gets the charset of the application.

Return value

string The charset

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

File

vendor/symfony/http-kernel/KernelInterface.php, line 174

Class

KernelInterface
The Kernel is the heart of the Symfony system.

Namespace

Symfony\Component\HttpKernel

Code

public function getCharset();