public function Twig_Environment::getCharset

Gets the default template charset.

Return value

string The default charset

File

drupal/core/vendor/twig/twig/lib/Twig/Environment.php, line 580

Class

Twig_Environment
Stores the Twig configuration.

Code

public function getCharset() {
  return $this->charset;
}