-
-
Notifications
You must be signed in to change notification settings - Fork 9.8k
[DependencyInjection] added Ability to define a priority method for tagged service #33628
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
lyrixx
commented
Sep 18, 2019
| Q | A |
|---|---|
| Branch? | 4.4 |
| Bug fix? | no |
| New feature? | yes |
| Deprecations? | no |
| Tickets | Fix #32976 |
| License | MIT |
| Doc PR |
3f70b43 to
b82dcb5
Compare
src/Symfony/Component/DependencyInjection/Argument/TaggedIteratorArgument.php
Outdated
Show resolved
Hide resolved
b82dcb5 to
bf6d037
Compare
|
I added much more tests :D |
src/Symfony/Component/DependencyInjection/Compiler/PriorityTaggedServiceTrait.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/DependencyInjection/Compiler/PriorityTaggedServiceTrait.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/DependencyInjection/Tests/Fixtures/FooTagClass.php
Outdated
Show resolved
Hide resolved
d102fa3 to
20b8761
Compare
src/Symfony/Component/DependencyInjection/Argument/TaggedIteratorArgument.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/DependencyInjection/Argument/TaggedIteratorArgument.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/DependencyInjection/Argument/TaggedIteratorArgument.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/DependencyInjection/Compiler/PriorityTaggedServiceTrait.php
Outdated
Show resolved
Hide resolved
db5f9fb to
5dac5c0
Compare
src/Symfony/Component/DependencyInjection/Compiler/PriorityTaggedServiceTrait.php
Outdated
Show resolved
Hide resolved
5dac5c0 to
792a7ea
Compare
nicolas-grekas
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(failure unrelated)
792a7ea to
50ead19
Compare
...mfony/Component/DependencyInjection/Tests/Compiler/ResolveTaggedIteratorArgumentPassTest.php
Outdated
Show resolved
Hide resolved
|
No more failures 💚 |
|
@nicolas-grekas Let's merge it? |
yceruto
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Definitely a needed feature, thank you!
( I left a nitpicking comment :) )
src/Symfony/Component/DependencyInjection/Compiler/PriorityTaggedServiceTrait.php
Outdated
Show resolved
Hide resolved
50ead19 to
c1917c2
Compare
|
Thank you @lyrixx. |
…ty method for tagged service (lyrixx) This PR was merged into the 4.4 branch. Discussion ---------- [DependencyInjection] added Ability to define a priority method for tagged service | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | no | New feature? | yes | Deprecations? | no | Tickets | Fix #32976 | License | MIT | Doc PR | Commits ------- c1917c2 [DependencyInjection] added Ability to define a priority method for tagged service