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
For some services that accept an array of other objects (like loaders for the translator, or loaders for the service container, or strategy for the HTTP content renderer), Symfony automatically registers all available build-in "objects/services" and there is no simple way to restrict them to just a few.
We might want to make that configurable (to improve performance for instance, or to explicitly remove some features).