class GlobalVariables
GlobalVariables is the entry point for Symfony global variables in PHP templates.
| protected | $container |
| __construct(ContainerInterface $container) | ||
| TokenInterface|null | getToken() | |
| getUser() | ||
| Request|null | getRequest() | |
| Session|null | getSession() | |
| string | getEnvironment() | |
| bool | getDebug() |
| ContainerInterface | $container |
| TokenInterface|null |
| Request|null | The HTTP request object |
| Session|null | The session |
| string | The current environment string (e.g 'dev') |
| bool | The current debug mode |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Bundle/FrameworkBundle/Templating/GlobalVariables.html