Is it possible to retrieve all variables inside a Twig template with PHP?
Example someTemplate.twig.php:
Hello {{ name }}, your new email is {{ ema
The way I do it is
And then I just check my console using DevTools