Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| Container::preRenderContainer | function | core/ |
Prevents optional containers from rendering if they have no children. |
| Container::processContainer | function | core/ |
Processes a container element. |
| Container::reset | function | core/ |
Resets shared services from the container. |
| Container::resolveServicesAndParameters | function | core/ |
Resolves arguments that represent services or variables to the real values. |
| Container::set | function | core/ |
|
| Container::setParameter | function | core/ |
|
| Container::__clone | function | core/ |
Ensure that cloning doesn't work. |
| Container::__construct | function | core/ |
Constructs a new Container instance. |
| Container::__sleep | function | core/ |
|
| ContainerBuilder | class | core/ |
Drupal's dependency injection container builder. |
| ContainerBuilder.php | file | core/ |
|
| ContainerBuilder::register | function | core/ |
|
| ContainerBuilder::set | function | core/ |
Overrides Symfony\Component\DependencyInjection\ContainerBuilder::set(). |
| ContainerBuilder::setAlias | function | core/ |
|
| ContainerBuilder::setParameter | function | core/ |
|
| ContainerBuilder::__construct | function | core/ |
|
| ContainerBuilder::__sleep | function | core/ |
|
| ContainerBuilderTest | class | core/ |
Tests Drupal\Core\DependencyInjection\ContainerBuilder. |
| ContainerBuilderTest.php | file | core/ |
|
| ContainerBuilderTest::testConstructor | function | core/ |
Tests constructor and resource tracking disabling. |
| ContainerBuilderTest::testGet | function | core/ |
Tests get. |
| ContainerBuilderTest::testRegister | function | core/ |
Tests register. |
| ContainerBuilderTest::testSerialize | function | core/ |
Tests serialization. |
| ContainerBuilderTest::testSetAlias | function | core/ |
Tests set alias. |
| ContainerBuilderTest::testSetDefinition | function | core/ |
Tests set definition. |
| ContainerBuilderTest::testSetParameterException | function | core/ |
Tests set parameter exception. |
| ContainerDerivativeDiscoveryDecorator | class | core/ |
Injects dependencies into derivers if they use ContainerDeriverInterface. |
| ContainerDerivativeDiscoveryDecorator.php | file | core/ |
|
| ContainerDerivativeDiscoveryDecorator::getDeriver | function | core/ |
Gets a deriver for a base plugin. |
| ContainerDerivativeDiscoveryDecoratorTest | class | core/ |
Tests Drupal\Core\Plugin\Discovery\ContainerDerivativeDiscoveryDecorator. |
| ContainerDerivativeDiscoveryDecoratorTest.php | file | core/ |
|
| ContainerDerivativeDiscoveryDecoratorTest::testGetDefinitions | function | core/ |
Tests get definitions. |
| ContainerDeriverInterface | interface | core/ |
Creates additional plugin definitions. |
| ContainerDeriverInterface.php | file | core/ |
|
| ContainerDeriverInterface::create | function | core/ |
Creates a new class instance. |
| ContainerFactory | class | core/ |
Plugin factory which passes a container to a create method. |
| ContainerFactory.php | file | core/ |
|
| ContainerFactory::createInstance | function | core/ |
Creates a plugin instance based on the provided ID and configuration. |
| ContainerFactoryPluginInterface | interface | core/ |
Defines an interface for pulling plugin dependencies from the container. |
| ContainerFactoryPluginInterface.php | file | core/ |
|
| ContainerFactoryPluginInterface::create | function | core/ |
Creates an instance of the plugin. |
| ContainerInjectionInterface | interface | core/ |
Defines a common interface for dependency container injection. |
| ContainerInjectionInterface.php | file | core/ |
|
| ContainerInjectionInterface::create | function | core/ |
Instantiates a new instance of this class. |
| ContainerInterface | interface | core/ |
The interface for Drupal service container classes. |
| ContainerInterface.php | file | core/ |
|
| ContainerInterface::getServiceIds | function | core/ |
Gets all defined service IDs. |
| ContainerNotInitializedException | class | core/ |
Exception, thrown when a method is called on a non-initialized container. |
| ContainerNotInitializedException.php | file | core/ |
|
| ContainerRebuildTestServiceProvider | class | core/ |
The service provider for testing container rebuilds. |
Pagination
- Previous page
- Page 301
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.