We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 716ad55 commit fa3b822Copy full SHA for fa3b822
bundles/inheritance.rst
@@ -4,6 +4,11 @@
4
How to Use Bundle Inheritance to Override Parts of a Bundle
5
===========================================================
6
7
+.. caution::
8
+
9
+ Bundle inheritance is deprecated since Symfony 3.4 and will be removed in
10
+ 4.0.
11
12
When working with third-party bundles, you'll probably come across a situation
13
where you want to override a file in that third-party bundle with a file
14
in one of your own bundles. Symfony gives you a very convenient way to override
0 commit comments