diff --git a/_build/redirection_map b/_build/redirection_map index c04be4fd4d6..f9ec4237331 100644 --- a/_build/redirection_map +++ b/_build/redirection_map @@ -445,3 +445,4 @@ /console/request_context /routing /form/action_method /forms /reference/requirements /setup + /bundles/inheritance /bundles/override diff --git a/bundles/index.rst b/bundles/index.rst index 78dd8c6d4fb..e4af2cd357b 100644 --- a/bundles/index.rst +++ b/bundles/index.rst @@ -7,7 +7,6 @@ Bundles :maxdepth: 2 override - inheritance best_practices configuration extension diff --git a/bundles/inheritance.rst b/bundles/inheritance.rst deleted file mode 100644 index e3fc36bd128..00000000000 --- a/bundles/inheritance.rst +++ /dev/null @@ -1,11 +0,0 @@ -.. index:: - single: Bundle; Inheritance - -How to Use Bundle Inheritance to Override Parts of a Bundle -=========================================================== - -.. deprecated:: 3.4 - - Bundle inheritance was removed in Symfony 4.0, but you can - :doc:`override any part of a bundle ` without - using bundle inheritance.