Skip to content

Commit d157a6c

Browse files
holtkampgreg0ire
authored andcommitted
Mention that lifecycle callbacks do not support Embeddables
As discussed in #6855
1 parent ca57222 commit d157a6c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/en/reference/events.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,11 @@ a relevant lifecycle event. More than one callback can be defined for each
243243
lifecycle event. Lifecycle Callbacks are best used for simple operations
244244
specific to a particular entity class's lifecycle.
245245

246+
247+
.. note::
248+
249+
Note that Licecycle Callbacks are not supported for Embeddables.
250+
246251
.. code-block:: php
247252
248253
<?php

0 commit comments

Comments
 (0)