public function Twig_Environment::setCharset

Sets the default template charset.

Parameters

string $charset The default charset:

File

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

Class

Twig_Environment
Stores the Twig configuration.

Code

public function setCharset($charset) {
  $this->charset = $charset;
}