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! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Instead of overriding the getModelManager, you should configure the modelManager directly on the admin tag
|
Beta Was this translation helpful? Give feedback.
-
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 |
Beta Was this translation helpful? Give feedback.
-
Or maybe here: https://github.com/sonata-project/SonataAdminBundle/blob/4.x/src/Admin/AbstractAdmin.php#L405 |
Beta Was this translation helpful? Give feedback.
Instead of overriding the getModelManager, you should configure the modelManager directly on the admin tag