Home
last modified time | relevance | path

Searched refs:getPath (Results 1 – 4 of 4) sorted by path

/template/twigstarter/vendor/twig/twig/src/Error/
H A DError.php70 $this->sourcePath = $source->getPath();
131 $this->sourcePath = $source->getPath();
220 $this->sourcePath = $src->getPath();
/template/twigstarter/vendor/twig/twig/src/
H A DExpressionParser.php751 …$message .= sprintf(' in %s at line %d.', $src->getPath() ?: $src->getName(), $stream->getCurrent(…
777 $message .= sprintf(' in %s at line %d.', $src->getPath() ?: $src->getName(), $line);
803 $message .= sprintf(' in %s at line %d.', $src->getPath() ?: $src->getName(), $line);
H A DSource.php47 public function getPath(): string function in Twig\\Source
/template/twigstarter/vendor/twig/twig/src/Node/
H A DModuleNode.php447 ->string($this->getSourceContext()->getPath())