Home
last modified time | relevance | path

Searched refs:isTemplateFresh (Results 1 – 2 of 2) sorted by relevance

/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DEnvironment.php470 … if (!$this->isAutoReload() || $this->isTemplateFresh($name, $this->cache->getTimestamp($key))) {
578 public function isTemplateFresh($name, $time) function in Twig\\Environment
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DEnvironmentTest.php415 $this->assertTrue($twig->isTemplateFresh('page', time()));