What are the Slack Archives?

Itโ€™s a history of our time together in the Slack Community! Thereโ€™s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.

Because this space is not active, you wonโ€™t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..

there a command to get the Dump output in twig?something like this *{{ dump(dat

U02KT30LJ5S
U02KT30LJ5S Posts: 13 ๐Ÿง‘๐Ÿปโ€๐Ÿš€ - Cadet

Hi.Is there a command to get the Dump output in twig?something like this {{ dump(data) }}

Comments

  • {{ dump(data)ย }} should work already

  • U01A5ARAXP0
    U01A5ARAXP0 Posts: 119 ๐Ÿง‘๐Ÿปโ€๐Ÿš€ - Cadet

    you may need this on your config:

    $config[ShopApplicationConstants::ENABLE_APPLICATION_DEBUG] = true;
    
  • U02KT30LJ5S
    U02KT30LJ5S Posts: 13 ๐Ÿง‘๐Ÿปโ€๐Ÿš€ - Cadet

    yes .it's work .thank you

  • sebastian.larisch
    sebastian.larisch Spryker Customer Posts: 143 ๐Ÿง‘๐Ÿปโ€๐Ÿš€ - Cadet

    u could also set breakpoints in your twig file directly. sometimes useful when debugging nested data arrays which look messy when using dump(). u just have to set your Twig Debug folder in php storm to the directory where your rendered twig files are stored