public function KernelInterface::getCharset in Zircon Profile 8.0
Same name and namespace in other branches
- 8 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\HttpKernelCode
public function getCharset();