Challenge 1 / 1
Suppose we open up config/packages/twig.yaml
and add a global variable:
twig:
default_path: '%kernel.project_dir%/templates'
globals:
the_answer: 42
How could we read a list of all of the "globals" from inside our app?
Skip challenges and go to theNext Chapter