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:
110110Doctrine Lifecycle Listeners
111111----------------------------
112112
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+
113118Lifecycle listeners are defined as PHP classes that listen to a single Doctrine
114119event on all the application entities. For example, suppose that you want to
115120update 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:
1010
1111* ` ` single_text` ` : renders a single input of type ` ` date ` ` . User' s input
1212 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