-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[FrameworkBundle] Add "Usages" to debug:container output #38903
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
[FrameworkBundle] Add "Usages" to debug:container output #38903
Conversation
Wow, what a great first contribution =) |
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.
Thank you for your pull request. This is really an interesting feature.
src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/Descriptor.php
Outdated
Show resolved
Hide resolved
src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/Descriptor.php
Outdated
Show resolved
Hide resolved
src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/Descriptor.php
Outdated
Show resolved
Hide resolved
Fixed @derrabus's comments in my own commits. Please check again! |
src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/Descriptor.php
Outdated
Show resolved
Hide resolved
src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/Descriptor.php
Outdated
Show resolved
Hide resolved
src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/Descriptor.php
Outdated
Show resolved
Hide resolved
src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/TextDescriptor.php
Outdated
Show resolved
Hide resolved
src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/builder_1_arguments.md
Outdated
Show resolved
Hide resolved
@bertterheide Now that the 6.1 branch is open, can you retarget it and resolve the conflicts. I would love to be able to merge it for the upcoming 6.1 release. Thank you. |
@bertterheide @fabpot Hi, this PR seems stale but could be nice imho, can I try continuing the work on this? |
Since this has been inactive for a while, I assume it safe for you to continue to work. |
Oh, that is awesome! Thank you <3 |
fantastic thx! |
e29f17a
to
576a7f6
Compare
src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/JsonDescriptor.php
Outdated
Show resolved
Hide resolved
Rebased the code on 6.2, updated the PR! |
Thank you @bertterheide. |
27e8183
to
e1ab83b
Compare
This feature adds "Usages" output to the debug:container command which allows a user to see which services require the requested service.