Kernel::getContainerBaseClass |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Kernel.php |
Gets the container's base class. |
WebTestBase::rebuildContainer |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php |
Overrides Drupal\simpletest\TestBase::rebuildContainer(). |
ContainerAwareEventDispatcher |
class |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php |
Lazily loads listeners and subscribers from the dependency injection
container |
PropertyContainerMetadata.php |
file |
drupal/core/lib/Drupal/Core/TypedData/Validation/PropertyContainerMetadata.php |
Contains \Drupal\Core\TypedData\Validation\PropertyContainerMetadata. |
Bundle::getContainerExtension |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Bundle/Bundle.php |
Returns the bundle's container extension. |
AccessManagerTest::$container |
property |
drupal/core/tests/Drupal/Tests/Core/Access/AccessManagerTest.php |
The dependency injection container. |
IniFileLoaderTest::$container |
property |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Loader/IniFileLoaderTest.php |
|
ContainerBuilder::$definitions |
property |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerBuilder.php |
|
ControllerResolver::$container |
property |
drupal/core/lib/Drupal/Core/Controller/ControllerResolver.php |
The injection container that should be injected into all controllers. |
ContainerBuilder::getExtension |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerBuilder.php |
Returns an extension by alias or namespace. |
ContainerBuilder::hasExtension |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerBuilder.php |
Checks if we have an extension. |
ContainerBuilder::getResources |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerBuilder.php |
Returns an array of resources loaded to build this configuration. |
GraphvizDumper::cloneContainer |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Dumper/GraphvizDumper.php |
|
ContainerBuilder::setResources |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerBuilder.php |
Sets the resources for this configuration. |
HtmlFormController::$container |
property |
drupal/core/lib/Drupal/Core/Controller/HtmlFormController.php |
The injection container for this object. |
ContainerBuilder::shareService |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerBuilder.php |
Shares a given service in the container |
ValueContainer::$valueSupplier |
property |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/ValueContainer.php |
|
TreeAccessTest::containerBuild |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/TreeAccessTest.php |
Overrides \Drupal\simpletest\DrupalUnitTestBase::containerBuild(). |
ContainerInterface::enterScope |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerInterface.php |
Enters the given scope |
ContainerInterface::leaveScope |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerInterface.php |
Leaves the current scope, and re-enters the parent scope |
ContainerTest::testConstructor |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerTest.php |
@covers Symfony\Component\DependencyInjection\Container::__construct |
ContainerFactoryPluginBase.php |
file |
drupal/core/lib/Drupal/Core/Plugin/ContainerFactoryPluginBase.php |
Contains \Drupal\Core\Plugin\ContainerFactoryPluginBase. |
ContainerTest::testInitialized |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerTest.php |
@covers Symfony\Component\DependencyInjection\Container::initialized |
ProjectServiceContainer::$__bar |
property |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerTest.php |
|
ContainerBuilderTest::testMerge |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerBuilderTest.php |
@covers Symfony\Component\DependencyInjection\ContainerBuilder::merge |
ContainerFactoryPluginInterface |
interface |
drupal/core/lib/Drupal/Core/Plugin/ContainerFactoryPluginInterface.php |
Defines an interface for pulling plugin dependencies from the container. |
ContainerBuilder::getExtensions |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerBuilder.php |
Returns all registered extensions. |
ContainerBuilder::getServiceIds |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerBuilder.php |
Gets all service ids. |
ContainerBuilder::setDefinition |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerBuilder.php |
Sets a service definition. |
ContainerBuilder::hasDefinition |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerBuilder.php |
Returns true if a service definition exists under the given identifier. |
ContainerBuilder::getDefinition |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerBuilder.php |
Gets a service definition. |
ContainerBuilder::createService |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerBuilder.php |
Creates a service for a service definition. |
ContainerTest::getBuiltInScopes |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerTest.php |
|
ContainerAwareHttpKernel::handle |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DependencyInjection/ContainerAwareHttpKernel.php |
@api |
HtmlFormController::setContainer |
function |
drupal/core/lib/Drupal/Core/Controller/HtmlFormController.php |
Injects the service container used by this object. |
ContainerAwareHttpKernelTest.php |
file |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/DependencyInjection/ContainerAwareHttpKernelTest.php |
|
ContainerBuilder::addDefinitions |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerBuilder.php |
Adds the service definitions. |
ContainerBuilder::setDefinitions |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerBuilder.php |
Sets the service definitions. |
ContainerBuilder::getDefinitions |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerBuilder.php |
Gets all service definitions. |
ContainerBuilder::findDefinition |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerBuilder.php |
Gets a service definition by id or alias. |
ContainerFactory::createInstance |
function |
drupal/core/lib/Drupal/Core/Plugin/Factory/ContainerFactory.php |
Implements Drupal\Component\Plugin\Factory\FactoryInterface::createInstance(). |
IntrospectableContainerInterface |
interface |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/IntrospectableContainerInterface.php |
IntrospectableContainerInterface defines additional introspection functionality
for containers, allowing logic to be implemented based on a Container's state. |
ContainerInterface::getParameter |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerInterface.php |
Gets a parameter. |
ContainerInterface::hasParameter |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerInterface.php |
Checks if a parameter exists. |
ContainerInterface::setParameter |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerInterface.php |
Sets a parameter. |
ContainerTest::testGetServiceIds |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerTest.php |
@covers Symfony\Component\DependencyInjection\Container::getServiceIds |
ContainerTest::testIsScopeActive |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerTest.php |
|
ContainerBuilderTest::testAliases |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerBuilderTest.php |
@covers Symfony\Component\DependencyInjection\ContainerBuilder::setAlias
@covers Symfony\Component\DependencyInjection\ContainerBuilder::hasAlias
@covers Symfony\Component\DependencyInjection\ContainerBuilder::getAlias |
DrupalKernel::initializeContainer |
function |
drupal/core/lib/Drupal/Core/DrupalKernel.php |
Initializes the service container. |
ContainerBuilder::$extensionsByNs |
property |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerBuilder.php |
|