Search for containerBuild
- Search 7.x for containerBuild
- Search 9.5.x for containerBuild
- Search 10.3.x for containerBuild
- Search 11.x for containerBuild
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
CachedStorageTest::containerBuild | function | core/ |
|
ContainerBuilder | class | core/ |
Drupal's dependency injection container builder. |
ContainerBuilder.php | file | core/ |
|
ContainerBuilder::$proxyInstantiator | property | core/ |
|
ContainerBuilder::callMethod | function | core/ |
A 1to1 copy of parent::callMethod. |
ContainerBuilder::getProxyInstantiator | function | core/ |
Retrieves the currently set proxy instantiator or instantiates one. |
ContainerBuilder::register | function | core/ |
|
ContainerBuilder::set | function | core/ |
Overrides Symfony\Component\DependencyInjection\ContainerBuilder::set(). |
ContainerBuilder::setAlias | function | core/ |
|
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 |
DrupalKernel::getContainerBuilder | function | core/ |
Gets a new ContainerBuilder instance used to build the service container. |
ErrorServiceTestServiceProvider::$containerBuilder | property | core/ |
The in-situ container builder. |
KernelTestBase::containerBuild | function | core/ |
Sets up the base service container for this test. |
OptimizedPhpArrayDumperTest::$containerBuilder | property | core/ |
The container builder instance. |
StackedKernelPassTest::$containerBuilder | property | core/ |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.