You are here

namespace Drupal\service_container\DependencyInjection in Service Container 7.2

Same name in other branches
  1. 7 Drupal\service_container\DependencyInjection
Classsort descending Location Description
CachedContainerBuilder src/DependencyInjection/CachedContainerBuilder.php CachedContainerBuilder retrieves the container definition from cache or builds it.
Container src/DependencyInjection/Container.php Container is a DI container that provides services to users of the class.
ContainerAware src/DependencyInjection/ContainerAware.php ContainerAware is a simple implementation of ContainerAwareInterface.
ContainerAwareInterface src/DependencyInjection/ContainerAwareInterface.php ContainerAwareInterface should be implemented by classes that depend on a Container.
ContainerBuilder src/DependencyInjection/ContainerBuilder.php ContainerBuilder retrieves container definitions from service providers to build a Container.
ContainerBuilderInterface src/DependencyInjection/ContainerBuilderInterface.php Interface to build container objects.
ContainerInterface src/DependencyInjection/ContainerInterface.php Simple DI Container Interface used to get services and discover definitions.
ServiceProviderInterface src/DependencyInjection/ServiceProviderInterface.php Defines render cache service provider objects.
ServiceProviderPluginManager src/DependencyInjection/ServiceProviderPluginManager.php Defines a plugin manager used for discovering container service definitions.