public function Twig_Environment::getLoader

Gets the Loader instance.

Return value

Twig_LoaderInterface A Twig_LoaderInterface instance

File

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

Class

Twig_Environment
Stores the Twig configuration.

Code

public function getLoader() {
  return $this->loader;
}