public function Twig_Environment::enableAutoReload

Enables the auto_reload option.

File

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

Class

Twig_Environment
Stores the Twig configuration.

Code

public function enableAutoReload() {
  $this->autoReload = true;
}