You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you know if there's some place in Symfony code where these tags are listed? Something like a class with public constants with the tag names?
I know we have bin/console debug:container --tags but that shows tags of third-party packages too (we don't want that) and it also misses the tags of all components/bridges/bundles not installed in the app you run the command (we don't want that either).
https://symfony.com/doc/5.3/reference/dic_tags.html
at least i found some Messenger related ones in the framework's extension class
The text was updated successfully, but these errors were encountered: