Closed
Description
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).