[PageBundle] overrite Transformer #7979
|
As Transformer is final in 4.x the only way to override this class is decorating or is there other way? |
Answered by
VincentLanglet
Nov 21, 2022
Replies: 2 comments
|
I would say that most of the time the answer is you can implements you own class, or decorating the existing one. |
0 replies
Answer selected by
eerison
|
OK just to make sure that don't have some thing like AdminExtension |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I would say that most of the time the answer is you can implements you own class, or decorating the existing one.
That's exactly the purpose of decoration.