I\'ve just started using symfony and I\'d like to get a list of bundles from a particular vendor, iterate through them and call a $bundle->renderSomething() function on each def
In console you can use php app/console container:debug --parameter=kernel.bundles
php app/console container:debug --parameter=kernel.bundles