SonataAdminBundle has a powerful extensions feature which allows you to add or change features of one or more Admin instances. I needed my extension to change some validation rules, and it turned out that imposing different validation groups was a good way to achieve it. $formOptions attribute of Sonata\AdminBundle\Admin\AbstractAdmin class allows for setting validation groups,… Continue reading Sonata Admin: modify validation groups in an admin extension