We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88b640c commit 77769deCopy full SHA for 77769de
doctrine/events.rst
@@ -110,6 +110,11 @@ define a callback for the ``prePersist`` Doctrine event:
110
Doctrine Lifecycle Listeners
111
----------------------------
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
118
Lifecycle listeners are defined as PHP classes that listen to a single Doctrine
119
event on all the application entities. For example, suppose that you want to
120
update some search index whenever a new entity is persisted in the database. To
0 commit comments