Search for container
- Search 7.x for container
- Search 9.5.x for container
- Search 10.3.x for container
- Search 11.x for container
- Other projects
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Container | class | core/ |
Provides a render element that wraps child elements in a container. |
Container | class | core/ |
Extends the Drupal container to set the service ID on the created object. |
Container | class | core/ |
Provides a container optimized for Drupal's needs. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
ContainerBuilder::setDefinition | function | core/ |
|
ContainerBuilder::setParameter | function | core/ |
|
ContainerBuilder::shareService | function | core/ |
A 1to1 copy of parent::shareService. |
ContainerBuilder::__construct | function | core/ |
|
ContainerBuilder::__sleep | function | core/ |
|
ContainerBuilderTest | class | core/ |
@coversDefaultClass \Drupal\Core\DependencyInjection\ContainerBuilder @group DependencyInjection |
ContainerBuilderTest.php | file | core/ |
|
ContainerBuilderTest::testConstructor | function | core/ |
Tests constructor and resource tracking disabling. |
ContainerBuilderTest::testGet | function | core/ |
@covers ::get |
ContainerBuilderTest::testRegister | function | core/ |
@covers ::register |
ContainerBuilderTest::testRegisterException | function | core/ |
@covers ::register |
ContainerBuilderTest::testSerialize | function | core/ |
Tests serialization. |
ContainerBuilderTest::testSet | function | core/ |
@covers ::set |
ContainerBuilderTest::testSetAlias | function | core/ |
@covers ::setAlias |
ContainerBuilderTest::testSetDefinition | function | core/ |
@covers ::setDefinition |
ContainerBuilderTest::testSetException | function | core/ |
@covers ::set |
ContainerBuilderTest::testSetParameterException | function | core/ |
@covers ::setParameter |
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/ |
@coversDefaultClass \Drupal\Core\Plugin\Discovery\ContainerDerivativeDiscoveryDecorator @group Plugin |
ContainerDerivativeDiscoveryDecoratorTest.php | file | core/ |
|
ContainerDerivativeDiscoveryDecoratorTest::testGetDefinitions | function | core/ |
@covers ::getDefinitions |
ContainerDeriverInterface | interface | core/ |
Provides additional plugin definitions based on an existing definition using service injection. |
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 pre-configured instance of a plugin. |
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. |
ContainerForm | class | core/ |
Base form for container term edit forms. |
ContainerForm.php | file | core/ |
|
ContainerForm::$urlStub | property | core/ |
Reusable url stub to use in watchdog messages. |
ContainerForm::buildEntity | function | core/ |
Builds an updated entity object based upon the submitted form values. |
ContainerForm::form | function | core/ |
Gets the actual form array to be built. |
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. |
ContainerNotInitializedException | class | core/ |
Exception thrown when a method is called that requires a container, but the container is not initialized yet. |
ContainerNotInitializedException.php | file | core/ |
|
ContainerRebuildWebTest | class | core/ |
Ensures that the container rebuild works as expected. |
ContainerRebuildWebTest.php | file | core/ |
|
ContainerRebuildWebTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
ContainerRebuildWebTest::$modules | property | core/ |
Modules to enable. |
ContainerRebuildWebTest::testContainerInvalidation | function | core/ |
Tests container invalidation. |
ContainerRebuildWebTest::testSetContainerRebuildWithDifferentDeploymentIdentifier | function | core/ |
Sets a different deployment identifier. |
ContainerTest | class | core/ |
@coversDefaultClass \Drupal\Core\DependencyInjection\Container @group DependencyInjection |
ContainerTest | class | core/ |
@coversDefaultClass \Drupal\Component\DependencyInjection\Container @group DependencyInjection |
Pagination
- Previous page
- Page 4
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.