SproutCMS

This is the code documentation for the SproutCMS project

class TwigSkinLoader

File loader for twig templates.

This obeys the same path rules as PHP views:
 - using the unavailable skin
 - using module/ sprout/ skin/ prefixes

TODO Some actual caching.

Source code (2 results)

/sprout/Helpers/TwigSkinLoader.php   Highlighted file source

Line 32: class TwigSkinLoader implements LoaderInterface

/sprout/Helpers/TwigView.php   Highlighted file source

Line 33: /** @var TwigSkinLoader */
Line 45: self::$loader = new TwigSkinLoader();

A total of 3 lines in 2 files were found