ValueContainer::count |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/ValueContainer.php |
|
Kernel::dumpContainer |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Kernel.php |
Dumps the service container to PHP code in the cache. |
Container::enterScope |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Container.php |
This is called when you enter a scope |
Container::leaveScope |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Container.php |
This is called to leave the current scope, and move back to the parent
scope. |
Container::underscore |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Container.php |
A string to underscore. |
ContainerBuilder::set |
function |
drupal/core/lib/Drupal/Core/DependencyInjection/ContainerBuilder.php |
Overrides Symfony\Component\DependencyInjection\ContainerBuilder::set(). |
form_process_container |
function |
drupal/core/includes/form.inc |
Processes a container element. |
ContainerInterface.php |
file |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerInterface.php |
|
Kernel::buildContainer |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Kernel.php |
Builds the service container. |
Container::__construct |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Container.php |
Constructor. |
Container::initialized |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Container.php |
Returns true if the given service has actually been initialized |
FileLoader::$container |
property |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Loader/FileLoader.php |
|
ContainerTest::testSet |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerTest.php |
@covers Symfony\Component\DependencyInjection\Container::set |
ContainerTest::testGet |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerTest.php |
@covers Symfony\Component\DependencyInjection\Container::get |
ContainerTest::testHas |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerTest.php |
@covers Symfony\Component\DependencyInjection\Container::has |
HttpKernel::$container |
property |
drupal/core/lib/Drupal/Core/HttpKernel.php |
|
ProjectServiceContainer |
class |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services8.php |
ProjectServiceContainer |
ProjectServiceContainer |
class |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services10.php |
ProjectServiceContainer |
ProjectServiceContainer |
class |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services1.php |
ProjectServiceContainer |
ProjectServiceContainer |
class |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services9.php |
ProjectServiceContainer |
ContainerBuilder::merge |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerBuilder.php |
Merges a ContainerBuilder with the current ContainerBuilder configuration. |
ProjectServiceContainer |
class |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services9_compiled.php |
ProjectServiceContainer |
ProjectServiceContainer |
class |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container14.php |
|
ContainerAwareInterface |
interface |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerAwareInterface.php |
ContainerAwareInterface should be implemented by classes that depends on a Container. |
ValueContainer::$values |
property |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/ValueContainer.php |
|
Container::$scopeStacks |
property |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Container.php |
|
Container::getParameter |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Container.php |
Gets a parameter. |
Container::hasParameter |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Container.php |
Checks if a parameter exists. |
Container::setParameter |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Container.php |
Sets a parameter. |
ContainerInterface::set |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerInterface.php |
Sets a service. |
ContainerInterface::get |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerInterface.php |
Gets a service. |
ContainerInterface::has |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerInterface.php |
Returns true if the given service is defined. |
ContainerTest::getField |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerTest.php |
|
ProjectServiceContainer |
class |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerTest.php |
|
ContainerAwareHttpKernel |
class |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DependencyInjection/ContainerAwareHttpKernel.php |
Adds a managed request scope. |
Container::$parameterBag |
property |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Container.php |
|
Kernel::prepareContainer |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Kernel.php |
Prepares the ContainerBuilder before it is compiled. |
theme_views_ui_container |
function |
drupal/core/modules/views_ui/views_ui.theme.inc |
Generic <div> container function. |
Container::getServiceIds |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Container.php |
Gets all service ids. |
Container::isScopeActive |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Container.php |
Returns whether this scope is currently active |
ContainerBuilderTest.php |
file |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerBuilderTest.php |
|
TaggedContainerInterface |
interface |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/TaggedContainerInterface.php |
TaggedContainerInterface is the interface implemented when a container knows how to deals with tags. |
form_test_group_container |
function |
drupal/core/modules/system/tests/modules/form_test/form_test.module |
Builds a simple form to test the #group property on #type 'container'. |
ContainerBuilder::compile |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerBuilder.php |
Compiles the container. |
PropertyContainerMetadata |
class |
drupal/core/lib/Drupal/Core/TypedData/Validation/PropertyContainerMetadata.php |
Typed data implementation of the validator MetadataInterface. |
EntityManager::$container |
property |
drupal/core/lib/Drupal/Core/Entity/EntityManager.php |
The injection container that should be passed into the controller factory. |
Kernel::getContainerClass |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Kernel.php |
Gets the container class. |
ValueContainer::offsetGet |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/ValueContainer.php |
|
ValueContainer::offsetSet |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/ValueContainer.php |
|
Container::$scopeChildren |
property |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Container.php |
|