Skip to content

Commit 20b7205

Browse files
committed
minor #8389 Add a note about bundle inheritance deprecation (fabpot)
This PR was merged into the 3.4 branch. Discussion ---------- Add a note about bundle inheritance deprecation Commits ------- fa3b822 added a note about bundle inheritance deprecation
2 parents 716ad55 + fa3b822 commit 20b7205

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

bundles/inheritance.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
How to Use Bundle Inheritance to Override Parts of a Bundle
55
===========================================================
66

7+
.. caution::
8+
9+
Bundle inheritance is deprecated since Symfony 3.4 and will be removed in
10+
4.0.
11+
712
When working with third-party bundles, you'll probably come across a situation
813
where you want to override a file in that third-party bundle with a file
914
in one of your own bundles. Symfony gives you a very convenient way to override

0 commit comments

Comments
 (0)