Search for container
- Search 7.x for container
- Search 9.5.x for container
- Search 8.9.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 container to prevent serialization. |
Container | class | core/ |
Provides a container optimized for Drupal's needs. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
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/ |
phpcs:ignore Drupal.Commenting.FunctionComment.VoidReturn |
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::testSerialize | function | core/ |
Tests serialization. |
ContainerBuilderTest::testSetAlias | function | core/ |
@covers ::setAlias |
ContainerBuilderTest::testSetDefinition | function | core/ |
@covers ::setDefinition |
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/ |
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. |
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. |
ContainerInterface | interface | core/ |
The interface for Drupal service container classes. |
ContainerInterface.php | file | core/ |
|
ContainerInterface::generateServiceIdHash | function | core/ |
Generate a unique hash for a service object. |
ContainerInterface::getServiceIdMappings | function | core/ |
Collect a mapping between service to ids. |
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/ |
|
ContainerRebuildTestServiceProvider.php | file | core/ |
|
ContainerRebuildTestServiceProvider::alter | function | core/ |
Modifies existing service definitions. |
ContainerRebuildWebTest | class | core/ |
Ensures that the container rebuild works as expected. |
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.