Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/src/Loader/
H A DChainLoader.php83 public function getCacheKey($name) function in Twig\\Loader\\ChainLoader
92 return $loader->getCacheKey($name);
H A DLoaderInterface.php44 public function getCacheKey($name); function
H A DArrayLoader.php67 public function getCacheKey($name) function in Twig\\Loader\\ArrayLoader
H A DFilesystemLoader.php148 public function getCacheKey($name) function in Twig\\Loader\\FilesystemLoader
/template/twigstarter/vendor/twig/twig/src/
H A DEnvironment.php299 $key = $this->getLoader()->getCacheKey($name).$this->optionsHash;