Symfony\Component\DependencyInjection
Namespaces
Classes
Interfaces
ContainerAwareInterface | ContainerAwareInterface should be implemented by classes that depends on a Container. |
ContainerInterface | ContainerInterface is the interface implemented by service container classes. |
EnvVarProcessorInterface | The EnvVarProcessorInterface is implemented by objects that manage environment-like variables. |
ResettableContainerInterface | ResettableContainerInterface defines additional resetting functionality for containers, allowing to release shared services when the container is not needed anymore. |
ServiceSubscriberInterface | A ServiceSubscriber exposes its dependencies via the static {@link getSubscribedServices} method. |
TaggedContainerInterface | TaggedContainerInterface is the interface implemented when a container knows how to deals with tags. |