^ "Page not found: configuration/menus"
^ "Page not found: configuration/routing"
^ "Page not found: console-command/setup/setup-deploy"
^ "Page not found: other/locales"
^ "Page not found: howto/twig-changes-in-bolt4"
yaml_encode | Bolt Documentation
Edit on GitHub
Jump to docs navigation

Twig Components / Methods / yaml_encode

Note: You are currently reading the documentation for Bolt 5.0. Looking for the documentation for Bolt 5.2 instead?

yaml_encode(inline = 0, dumpObjects = 0) is a Twig filter to Transform the input into YAML syntax. See Writing YAML Files for more information.

{{ input|yaml_encode(inline = 0, dumpObjects = false) }}

input
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.