Purpose of this bundle:
This bundle prints the object's properties that are active in their sonata admin class.
EXAMPLE:
- you have a class that extends another and for the current project you don't use all parent properties.
dumper-bundle prints only the fields on the associated sonata admin
- print a dump. try to find all translatable properties. is not easy, uh?
dumper-bundle prints all translatable properties of the object
- if you're a frontend developer or you just want to have all the properties of an object printed in twig.. this is your bundle!
INSTALL:
composer require dualhand/dumper-bundle
USAGE:
just put this in your twig template
{{ prop(object) }}
if you want to report a bug, please do it in github or mail me david@dualhand.com
twitter: @fodaveg