Edit on GitHub
Jump to docs navigation

Twig Components / Methods / yaml_encode

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.