Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/src/
H A DEnvironment.php401 … if (!$this->isAutoReload() || $this->isTemplateFresh($name, $this->cache->getTimestamp($key))) {
480 public function isTemplateFresh($name, $time) function in Twig\\Environment