Showing posts with label symfony-plugins. Show all posts
Showing posts with label symfony-plugins. Show all posts

Thursday, May 10, 2012

Could not load type "XYZ” error when overriding FOSUserBundle form types


I am attempting to override the RegistrationFormType in the Symfony2 FOSUserBundle. I am following the documentation and believe i've covered everything. I've created a bundle to contain my overrides to the FOSUserBundle and the following code is from this bundle as well as the application config.