-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[DI] add tags container.preload
/.no_preload
to declare extra classes to preload/services to not preload
#36195
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
82543d0
to
f15656e
Compare
So |
@michaljusiega AFAIU, the class_exists were solving 2 issues:
This PR provides an alternative solution to the first issue (though |
container.preload
/.no_preload
to declare extra classes to preload/services to not preload
f15656e
to
45dd84f
Compare
I updated the PR to now also provide a @michaljusiega: what @stof said: |
b62ee86
to
b075b40
Compare
@nicolas-grekas, @stof I understand. Thanks! |
c0121bf
to
966ad2d
Compare
…ses to preload/services to not preload
Thank you @nicolas-grekas. |
To allow fine-grained declaration of sidekick classes in DI extensions.
Follows #36103