form_process_container |
function |
drupal/core/includes/form.inc |
Processes a container element. |
Container::__construct |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Container.php |
Constructor. |
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. |
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 |
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 |
|
ContainerBuilder::merge |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerBuilder.php |
Merges a ContainerBuilder with the current ContainerBuilder configuration. |
ContainerAwareInterface |
interface |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerAwareInterface.php |
ContainerAwareInterface should be implemented by classes that depends on a Container. |
Container::$scopeStacks |
property |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Container.php |
|
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 |
theme_views_ui_container |
function |
drupal/core/modules/views/views_ui/theme/theme.inc |
Generic <div> container function. |
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. |
ContainerBuilderTest.php |
file |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerBuilderTest.php |
|
QueryFactory::$container |
property |
drupal/core/lib/Drupal/Core/Entity/Query/QueryFactory.php |
var \Symfony\Component\DependencyInjection\ContainerInterface |
Container::$parameterBag |
property |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Container.php |
|
Kernel::getContainerClass |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Kernel.php |
Gets the container class. |
ClosureLoader::$container |
property |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Loader/ClosureLoader.php |
|
ContainerBuilder::compile |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerBuilder.php |
Compiles the container. |
Container::$scopeChildren |
property |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Container.php |
|
Kernel::getContainerLoader |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Kernel.php |
Returns a loader for the container. |
ForumTest::$forumContainer |
property |
drupal/core/modules/forum/lib/Drupal/forum/Tests/ForumTest.php |
An array representing a forum container. |
ContainerTest::testCompile |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerTest.php |
@covers Symfony\Component\DependencyInjection\Container::compile |
ContainerBuilder::$aliases |
property |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerBuilder.php |
|
TestBase::rebuildContainer |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/TestBase.php |
Rebuild drupal_container(). |
ContainerBuilder::setAlias |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerBuilder.php |
Sets an alias for an existing service. |
ContainerBuilder::hasAlias |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerBuilder.php |
Returns true if an alias exists under the given identifier. |
ContainerBuilder::getAlias |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerBuilder.php |
Gets an alias. |
ContainerBuilder::register |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerBuilder.php |
Registers a service definition. |
ContainerAware::$container |
property |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerAware.php |
@api |
Container::$scopedServices |
property |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Container.php |
|
Container::getParameterBag |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Container.php |
Gets the service container parameter bag. |
Kernel::initializeContainer |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Kernel.php |
Initializes the service container. |
Kernel::getContainerBuilder |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Kernel.php |
Gets a new ContainerBuilder instance used to build the service container. |
ContainerTest::testIsFrozen |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerTest.php |
@covers Symfony\Component\DependencyInjection\Container::isFrozen |
ContainerTest::testAddScope |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerTest.php |
|
ContainerTest::testHasScope |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerTest.php |
|
StorageTestBase::$container |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/KeyValueStore/StorageTestBase.php |
A container for the services needed in these tests. |
KeyValueFactory::$container |
property |
drupal/core/lib/Drupal/Core/KeyValueStore/KeyValueFactory.php |
var \Symfony\Component\DependencyInjection\ContainerInterface |
ContainerBuilder::$compiler |
property |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerBuilder.php |
|
ContainerAwareInterface.php |
file |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerAwareInterface.php |
|
ContainerBuilder::getScopes |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerBuilder.php |
Returns all Scopes. |