public function Twig_Environment::getCharset in Translation template extractor 6.3
Same name and namespace in other branches
- 7.3 vendor/Twig/Environment.php \Twig_Environment::getCharset()
Gets the default template charset.
Return value
string The default charset
File
- vendor/
Twig/ Environment.php, line 607
Class
- Twig_Environment
- Stores the Twig configuration.
Code
public function getCharset() {
return $this->charset;
}