You are here

public function TestLoader::isFresh in Drupal 10

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

File

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

Class

TestLoader
A test Twig loader.

Namespace

Drupal\twig_loader_test\Loader

Code

public function isFresh(string $name, int $time) : bool {
  return TRUE;
}