Skip to content

Commit

Permalink
Mention that lifecycle callbacks do not support Embeddables
Browse files Browse the repository at this point in the history
As discussed in #6855
  • Loading branch information
holtkamp authored and greg0ire committed Feb 17, 2020
1 parent ca57222 commit d157a6c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/en/reference/events.rst
Expand Up @@ -243,6 +243,11 @@ a relevant lifecycle event. More than one callback can be defined for each
lifecycle event. Lifecycle Callbacks are best used for simple operations
specific to a particular entity class's lifecycle.


.. note::

Note that Licecycle Callbacks are not supported for Embeddables.

.. code-block:: php
<?php
Expand Down

0 comments on commit d157a6c

Please sign in to comment.