Twig Components / Methods / yaml_dump
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.