Twig Components / Methods / yaml_dump
Note: You are currently reading the documentation for Bolt 5.0. Looking for the documentation for Bolt 5.2 instead?
yaml_dump(inline = 0, dumpObjects = 0)
is a Twig filter that does the same
as yaml_encode(), but includes the type in the output.
{{ value|yaml_dump(inline = 0, dumpObjects = false) }}
value
type: mixed
inline
(optional)
type: integer
default: 0
dumpObjects
(optional)
type: boolean
default: false
Source: Twig
Edit this page on GitHub
Couldn't find what you were looking for? We are happy to help you in the forum, on Slack or on Github.
Couldn't find what you were looking for? We are happy to help you in the forum, on Slack or on Github.