Dump the value with Symfony VarDumper (if the component is installed) and return it unchanged. Useful to inspect a
transformer chain.
- Service:
CleverAge\ProcessBundle\Transformer\DebugTransformer - Transformer code:
dump
any
any: the input, unchanged.
This transformer has no option.
# Transformer options level
dump: ~- Dump a value in the middle of a chain
# Transformer mapping level
name:
code: '[name]'
transformers:
trim: ~
dump: ~
slugify: ~