namespace Symfony\Component\HttpKernel\DependencyInjection
Object name | File name | Summary |
---|---|---|
AddAnnotatedClassesToCachePass | vendor/symfony/http-kernel/DependencyInjection/AddAnnotatedClassesToCachePass.php | Sets the classes to compile in the cache for the container. |
ConfigurableExtension | vendor/symfony/http-kernel/DependencyInjection/ConfigurableExtension.php | This extension sub-class provides first-class integration with the Config/Definition Component. |
ControllerArgumentValueResolverPass | vendor/symfony/http-kernel/DependencyInjection/ControllerArgumentValueResolverPass.php | Gathers and configures the argument value resolvers. |
Extension | vendor/symfony/http-kernel/DependencyInjection/Extension.php | Allow adding classes to the class cache. |
FragmentRendererPass | vendor/symfony/http-kernel/DependencyInjection/FragmentRendererPass.php | Adds services tagged kernel.fragment_renderer as HTTP content rendering strategies. |
LazyLoadingFragmentHandler | vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php | Lazily loads fragment renderers from the dependency injection container. |
LoggerPass | vendor/symfony/http-kernel/DependencyInjection/LoggerPass.php | Registers the default logger if necessary. |
MergeExtensionConfigurationPass | vendor/symfony/http-kernel/DependencyInjection/MergeExtensionConfigurationPass.php | Ensures certain extensions are always loaded. |
RegisterControllerArgumentLocatorsPass | vendor/symfony/http-kernel/DependencyInjection/RegisterControllerArgumentLocatorsPass.php | Creates the service-locators required by ServiceValueResolver. |
RegisterLocaleAwareServicesPass | vendor/symfony/http-kernel/DependencyInjection/RegisterLocaleAwareServicesPass.php | Register all services that have the "kernel.locale_aware" tag into the listener. |
RemoveEmptyControllerArgumentLocatorsPass | vendor/symfony/http-kernel/DependencyInjection/RemoveEmptyControllerArgumentLocatorsPass.php | Removes empty service-locators registered for ServiceValueResolver. |
ResettableServicePass | vendor/symfony/http-kernel/DependencyInjection/ResettableServicePass.php | @author Alexander M. Turek <me@derrabus.de> |
ServicesResetter | vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php | Resets provided services. |