public function Twig_TokenStream::getFilename

Gets the filename associated with this stream

Return value

string

File

drupal/core/vendor/twig/twig/lib/Twig/TokenStream.php, line 141

Class

Twig_TokenStream
Represents a token stream.

Code

public function getFilename() {
  return $this->filename;
}