Skip to content

Commit 080f8b9

Browse files
authored
Readme: mention UniqueEntity, Callback and defaultIndexMethod (#187)
1 parent dd8fc16 commit 080f8b9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,17 @@ includes:
3737
- `#[AsCommand]` attribute
3838
- `#[Required]` attribute
3939
- `#[Route]` attributes
40+
- `#[Assert\Callback]` attributes
4041
- `EventSubscriberInterface::getSubscribedEvents`
4142
- `onKernelResponse`, `onKernelRequest`, etc
4243
- `!php const` references in `config` yamls
44+
- `defaultIndexMethod` in `#[AutowireLocator]` and `#[AutowireIterator]`
4345

4446
#### Doctrine:
4547
- `#[AsEntityListener]` attribute
4648
- `Doctrine\ORM\Events::*` events
4749
- `Doctrine\Common\EventSubscriber` methods
50+
- `repositoryMethod` in `#[UniqueEntity]` attribute
4851
- lifecycle event attributes `#[PreFlush]`, `#[PostLoad]`, ...
4952

5053
#### PHPUnit:

0 commit comments

Comments
 (0)