This is mostly useful to check the output of the provided variable:
{{ dump(user) }}
The dump function is automatically formatted to make it easier to read.
Arguments
Argument | Description | Type |
---|---|---|
context | The context to dump | Any |
The dump function dumps information about a variable.
This is mostly useful to check the output of the provided variable:
{{ dump(user) }}
The dump function is automatically formatted to make it easier to read.
Argument | Description | Type |
---|---|---|
context | The context to dump | Any |
Was this helpful?