Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/src/Loader/
DFilesystemLoader.php104 $checkPath = $this->isAbsolutePath($path) ? $path : $this->rootPath.$path;
125 $checkPath = $this->isAbsolutePath($path) ? $path : $this->rootPath.$path;
231 if (!$this->isAbsolutePath($path)) {
296 private function isAbsolutePath($file) function in Twig\\Loader\\FilesystemLoader