I don't know why show this error "The function "dump" does not exist in twig file" while i have already write in config.yml file this code:
services:
product_store.twig.extension.debug:
class: Twig_Extension_Debug
tags:
- { name: 'twig.extension' }
and in twig file dump with:
{{ dump(product) }}
Please help me with this.
Thanks! I appreciate your help.
