Commit 3759d16
committed
minor #17644 [Doctrine] Adds information on AsEntityListener attribute to the Doctrine event … (Eric)
This PR was submitted for the 6.2 branch but it was merged into the 6.0 branch instead.
Discussion
----------
[Doctrine] Adds information on AsEntityListener attribute to the Doctrine event …
Doctrine Entity Listeners can also now be defined using the AsEntityListener attribute.
This does not require the additional step of creating a service.
Documentation about this is missing from the documentation here (https://symfony.com/doc/current/doctrine/events.html#doctrine-entity-listeners).
This PR adds this to the Doctrine Entity Listeners documentation.
<!--
If your pull request fixes a BUG, use the oldest maintained branch that contains
the bug (see https://symfony.com/releases for the list of maintained branches).
If your pull request documents a NEW FEATURE, use the same Symfony branch where
the feature was introduced (and `6.x` for features of unreleased versions).
-->
Commits
-------
565e0e3 Adds information on AsEntityListener attribute to the Doctrine event documentation1 file changed
+24
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
353 | 353 | | |
354 | 354 | | |
355 | 355 | | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
356 | 380 | | |
357 | 381 | | |
358 | 382 | | |
| |||
0 commit comments