Override ModelManager #7976
|
Hello! is there some way to override the https://github.com/sonata-project/SonataAdminBundle/blob/4.x/src/Admin/AbstractAdmin.php#L412 Note: I want to do this for one specific admin only! |
Replies: 3 comments 1 reply
|
Instead of overriding the getModelManager, you should configure the modelManager directly on the admin tag |
|
Hey @VincentLanglet As I just need to override create and update method, then What I need to decorate: ModelManager Do you think that make sense we split the ModelManagerInterface in small interfaces like |
|
Or maybe here: https://github.com/sonata-project/SonataAdminBundle/blob/4.x/src/Admin/AbstractAdmin.php#L405 |
Instead of overriding the getModelManager, you should configure the modelManager directly on the admin tag