GlobalVariables
class GlobalVariables
GlobalVariables is the entry point for Symfony global variables in PHP templates.
Methods
mixed
getUser()
Returns the current user.
Request|null
getRequest()
Returns the current request.
Session|null
getSession()
Returns the current session.
string
getEnvironment()
Returns the current app environment.
bool
getDebug()
Returns the current app debug mode.
Details
at line line 30
__construct(ContainerInterface $container)
at line line 42
mixed
getUser()
Returns the current user.
at line line 67
Request|null
getRequest()
Returns the current request.
at line line 79
Session|null
getSession()
Returns the current session.
at line line 91
string
getEnvironment()
Returns the current app environment.
at line line 101
bool
getDebug()
Returns the current app debug mode.