You are here

public function TestLoader::exists in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/system/tests/modules/twig_loader_test/src/Loader/TestLoader.php \Drupal\twig_loader_test\Loader\TestLoader::exists()

File

core/modules/system/tests/modules/twig_loader_test/src/Loader/TestLoader.php, line 32
Contains \Drupal\twig_loader_test\Loader\TestLoader.

Class

TestLoader
A test Twig loader.

Namespace

Drupal\twig_loader_test\Loader

Code

public function exists($name) {
  return TRUE;
}