Twig Components / Methods / file_excerpt
file_excerpt(line, srcContext = 3)
is a Twig filter to generate an excerpt of a code file around the given line
number. The srcContext
argument defines the total number of lines to display around the given line number (use -1
to
display the whole file).
{{ file|file_excerpt(line, srcContext = 3) }}
Source: Twig
Edit this page on GitHub
Couldn't find what you were looking for? We are happy to help you in the forum, on Slack or on Github.
Couldn't find what you were looking for? We are happy to help you in the forum, on Slack or on Github.