Skip to content

Commit

Permalink
Merge pull request #7230 from holtkamp/patch-2
Browse files Browse the repository at this point in the history
Mention that lifecycle callbacks do not support Embeddables
  • Loading branch information
greg0ire committed Feb 17, 2020
2 parents ca57222 + d157a6c commit e04a795
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 e04a795

Please sign in to comment.