Functions

dump

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.

Arguments

ArgumentDescriptionType
contextThe context to dumpAny

Last updated on

On this page