You are here

public function TestLoader::getSource in Drupal 8

File

core/modules/system/tests/modules/twig_loader_test/src/Loader/TestLoader.php, line 24

Class

TestLoader
A test Twig loader.

Namespace

Drupal\twig_loader_test\Loader

Code

public function getSource($name) {
  return $this
    ->getSourceContext($name)
    ->getCode();
}