Symfony2 dump()

Categories

Component ID

2463087

Component name

Symfony2 dump()

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

Synopsis

Make use of Symfony2's dump() function inside a Drupal 7 project.

Requirements

To use this module, composer should be available in your system (to get the actual var-dumper component). Get composer.

Inside the module directory, run composer install. That's it.

Known problems

Dumping variables in AJAX request produces completely unreadable output.

U should also check out the Devel module, which is able to format variable dumps in a very comfortable way, yet this is the very small portion of what it is capable of.