File tree Expand file tree Collapse file tree 3 files changed +1
-9
lines changed Expand file tree Collapse file tree 3 files changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -61,10 +61,6 @@ There are two different ways of creating friendly configuration for a bundle:
61
61
Using the AbstractBundle Class
62
62
------------------------------
63
63
64
- .. versionadded :: 6.1
65
-
66
- The ``AbstractBundle `` class was introduced in Symfony 6.1.
67
-
68
64
In bundles extending the :class: `Symfony\\ Component\\ HttpKernel\\ Bundle\\ AbstractBundle `
69
65
class, you can add all the logic related to processing the configuration in that class::
70
66
Original file line number Diff line number Diff line change @@ -20,10 +20,6 @@ There are two different ways of doing it:
20
20
Loading Services Directly in your Bundle Class
21
21
----------------------------------------------
22
22
23
- .. versionadded :: 6.1
24
-
25
- The ``AbstractBundle `` class was introduced in Symfony 6.1.
26
-
27
23
In bundles extending the :class: `Symfony\\ Component\\ HttpKernel\\ Bundle\\ AbstractBundle `
28
24
class, you can define the :method: `Symfony\\ Component\\ HttpKernel\\ Bundle\\ AbstractBundle::loadExtension `
29
25
method to load service definitions from configuration files::
Original file line number Diff line number Diff line change @@ -773,7 +773,7 @@ to the ``form()`` or the ``form_start()`` helper functions:
773
773
that stores this method. The form will be submitted in a normal ``POST ``
774
774
request, but :doc: `Symfony's routing </routing >` is capable of detecting the
775
775
``_method `` parameter and will interpret it as a ``PUT ``, ``PATCH `` or
776
- ``DELETE `` request. The :ref: `configuration-framework-http_method_override `
776
+ ``DELETE `` request. The :ref: `http_method_override < configuration-framework-http_method_override > `
777
777
option must be enabled for this to work.
778
778
779
779
Changing the Form Name
You can’t perform that action at this time.
0 commit comments