Debug an specific Symfony2 bundle method
I need to know if a specific bundle in Symfony 2.3 is been called when a
form is persisted, or better yet, see all the methods called before an
error message.
I'm using the Debug Component of Symfony2:
http://symfony.com/doc/current/components/debug.html, but I'm not seeing
the bundle listed, so I guess is not been executed, but I need to be sure
about it 'cause the bundle configuration is fine. All the unit tests of
that bundle pass ok, so the bundle is not the problem.
The bundle in question is VichUploaderBundle.
Thanks in advance.
No comments:
Post a Comment