Container |
class |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Container.php |
Container is a dependency injection container. |
ContainerTest |
class |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerTest.php |
|
Container.php |
file |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Container.php |
|
Container::set |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Container.php |
Sets a service. |
Container::has |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Container.php |
Returns true if the given service is defined. |
Container::get |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Container.php |
Gets a service. |
container8.php |
file |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container8.php |
|
container9.php |
file |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container9.php |
|
ContainerAware |
class |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerAware.php |
A simple implementation of ContainerAwareInterface. |
container11.php |
file |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container11.php |
|
container12.php |
file |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container12.php |
|
container10.php |
file |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container10.php |
|
theme_container |
function |
drupal/core/includes/form.inc |
Returns HTML to wrap child elements in a container. |
drupal_container |
function |
drupal/core/includes/bootstrap.inc |
Retrieves the Drupal Container to standardize object construction. |
ContainerBuilder |
class |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerBuilder.php |
ContainerBuilder is a DI container that provides an API to easily describe services. |
ContainerBuilder |
class |
drupal/core/lib/Drupal/Core/DependencyInjection/ContainerBuilder.php |
Drupal's dependency injection container builder. |
ContainerTest.php |
file |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerTest.php |
|
ContainerInterface |
interface |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerInterface.php |
ContainerInterface is the interface implemented by service container classes. |
Dumper::$container |
property |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Dumper/Dumper.php |
|
ContainerAware.php |
file |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerAware.php |
|
Kernel::$container |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Kernel.php |
|
Container::$scopes |
property |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Container.php |
|
Container::compile |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Container.php |
Compiles the container. |
Container::addScope |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Container.php |
Adds a scope to the container. |
Container::hasScope |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Container.php |
Returns whether this container has a certain scope |
Container::camelize |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Container.php |
Camelizes a string. |
Container::$loading |
property |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Container.php |
|
Container::isFrozen |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Container.php |
Returns true if the container parameter bag are frozen. |
Kernel::getContainer |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Kernel.php |
Gets the current container. |
ContainerBuilder.php |
file |
drupal/core/lib/Drupal/Core/DependencyInjection/ContainerBuilder.php |
Definition of Drupal\Core\DependencyInjection\Container. |
forum_form_container |
function |
drupal/core/modules/forum/forum.admin.inc |
Form constructor for adding and editing forum containers. |
ContainerBuilderTest |
class |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerBuilderTest.php |
|
ContainerBuilder.php |
file |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerBuilder.php |
|
Container::$services |
property |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Container.php |
|
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. |
Kernel::dumpContainer |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Kernel.php |
Dumps the service container to PHP code in the cache. |
ContainerBuilder::set |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerBuilder.php |
Sets a service. |
ContainerBuilder::has |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerBuilder.php |
Returns true if the given service is defined. |
ContainerBuilder::get |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerBuilder.php |
Gets a service. |
ContainerBuilder::set |
function |
drupal/core/lib/Drupal/Core/DependencyInjection/ContainerBuilder.php |
Overrides Symfony\Component\DependencyInjection\ContainerBuilder::set(). |
Container::initialized |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Container.php |
Returns true if the given service has actually been initialized |
Kernel::buildContainer |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Kernel.php |
Builds the service container. |
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 |
|
ContainerInterface.php |
file |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerInterface.php |
|