public function Twig_Loader_Filesystem::__construct

Constructor.

Parameters

string|array $paths A path or an array of paths where to look for templates:

File

drupal/core/vendor/twig/twig/lib/Twig/Loader/Filesystem.php, line 27

Class

Twig_Loader_Filesystem
Loads template from the filesystem.

Code

public function __construct($paths) {
  $this
    ->setPaths($paths);
}