Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search main for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| Container::$parameters | property | core/ |
The parameters of the container. |
| Container::$privateServices | property | core/ |
The instantiated private services. |
| Container::$serviceDefinitions | property | core/ |
The service definitions of the container. |
| Container::$services | property | core/ |
The instantiated services. |
| Container::createService | function | core/ |
Creates a service from a service definition. |
| Container::get | function | core/ |
|
| Container::getAlternatives | function | core/ |
Provides alternatives for a given array and key. |
| Container::getInfo | function | core/ |
Returns the element properties for this element. |
| Container::getParameter | function | core/ |
|
| Container::getParameterAlternatives | function | core/ |
Provides alternatives in case a parameter was not found. |
| Container::getServiceAlternatives | function | core/ |
Provides alternatives in case a service was not found. |
| Container::getServiceIds | function | core/ |
Gets all defined service IDs. |
| Container::has | function | core/ |
|
| Container::hasParameter | function | core/ |
|
| Container::initialized | function | core/ |
|
| 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. |
Pagination
- Previous page
- Page 299
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.