Skip to content

Commit e04a795

Browse files
authored
Merge pull request #7230 from holtkamp/patch-2
Mention that lifecycle callbacks do not support Embeddables
2 parents ca57222 + d157a6c commit e04a795

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)