We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd8fc16 commit 080f8b9Copy full SHA for 080f8b9
README.md
@@ -37,14 +37,17 @@ includes:
37
- `#[AsCommand]` attribute
38
- `#[Required]` attribute
39
- `#[Route]` attributes
40
+- `#[Assert\Callback]` attributes
41
- `EventSubscriberInterface::getSubscribedEvents`
42
- `onKernelResponse`, `onKernelRequest`, etc
43
- `!php const` references in `config` yamls
44
+- `defaultIndexMethod` in `#[AutowireLocator]` and `#[AutowireIterator]`
45
46
#### Doctrine:
47
- `#[AsEntityListener]` attribute
48
- `Doctrine\ORM\Events::*` events
49
- `Doctrine\Common\EventSubscriber` methods
50
+- `repositoryMethod` in `#[UniqueEntity]` attribute
51
- lifecycle event attributes `#[PreFlush]`, `#[PostLoad]`, ...
52
53
#### PHPUnit:
0 commit comments