Flag of Ukraine
SymfonyCasts stands united with the people of Ukraine
Next Chapter

Challenge #1 of 1


Q: 

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?

userVoice