File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
reference/forms/types/options Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -110,6 +110,11 @@ define a callback for the ``prePersist`` Doctrine event:
110
110
Doctrine Lifecycle Listeners
111
111
----------------------------
112
112
113
+ .. deprecated :: 6.3
114
+
115
+ Lifecycle subscribers are deprecated starting from Symfony 6.3 and will be
116
+ removed in Symfony 7.0. Use lifecycle listeners instead.
117
+
113
118
Lifecycle listeners are defined as PHP classes that listen to a single Doctrine
114
119
event on all the application entities. For example, suppose that you want to
115
120
update some search index whenever a new entity is persisted in the database. To
Original file line number Diff line number Diff line change @@ -10,3 +10,8 @@ following:
10
10
11
11
* ` ` single_text` ` : renders a single input of type ` ` date ` ` . User' s input
12
12
is validated based on the `format`_ option.
13
+
14
+ .. deprecated:: 6.3
15
+
16
+ Not setting a value explicitly for this option is deprecated since Symfony 6.3
17
+ because the default value will change to ``single_text`` in Symfony 7.0.
You can’t perform that action at this time.
0 commit comments