ProjectServiceContainer::getFoo_BazService |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerTest.php |
|
ContainerBuilderTest::testAddClassResource |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerBuilderTest.php |
@covers Symfony\Component\DependencyInjection\ContainerBuilder::addClassResource |
ResolveReferencesToAliasesPass::$container |
property |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/ResolveReferencesToAliasesPass.php |
|
ProjectServiceContainer::getFoo_BazService |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services9.php |
Gets the 'foo.baz' service. |
ProjectServiceContainer::getRequestService |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services9.php |
Gets the 'request' service. |
ProjectServiceContainer::getInlinedService |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services9.php |
Gets the 'inlined' service. |
ProjectServiceContainer::getFoo_BazService |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services9_compiled.php |
Gets the 'foo.baz' service. |
ProjectServiceContainer::getRequestService |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services9_compiled.php |
Gets the 'request' service. |
ContainerAwareEventDispatcher::__construct |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php |
Constructor. |
ControllerResolverTest::testContainerAware |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/ControllerResolverTest.php |
Confirms that a container aware controller gets returned. |
ResolveDefinitionTemplatesPass::$container |
property |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/ResolveDefinitionTemplatesPass.php |
|
ArgumentPluginBase::processContainerRadios |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/ArgumentPluginBase.php |
Custom form radios process function. |
ProjectServiceContainer::getInactiveService |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerTest.php |
|
ProjectServiceContainer::getCircularService |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerTest.php |
|
ContainerBuilderTest::testAddObjectResource |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerBuilderTest.php |
@covers Symfony\Component\DependencyInjection\ContainerBuilder::addObjectResource |
ContainerAwareEventDispatcher::$listenerIds |
property |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php |
The service IDs of the event listeners and subscribers |
ContainerAwareEventDispatcher::hasListeners |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php |
|
ContainerAwareEventDispatcher::getListeners |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php |
|
ContainerAwareEventDispatcher::getContainer |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php |
|
ContainerTest::testSetAlsoSetsScopedService |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerTest.php |
|
ProjectServiceContainer::getScopedFooService |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerTest.php |
|
ContainerBuilderTest::testAddGetCompilerPass |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerBuilderTest.php |
@covers Symfony\Component\DependencyInjection\ContainerBuilder::addCompilerPass
@covers Symfony\Component\DependencyInjection\ContainerBuilder::getCompilerPassConfig |
ContainerBuilderTest::testCreateServiceClass |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerBuilderTest.php |
@covers Symfony\Component\DependencyInjection\ContainerBuilder::createService |
ContainerBuilderTest::testPrivateServiceUser |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerBuilderTest.php |
|
DrupalKernel::registerContainerConfiguration |
function |
drupal/core/lib/Drupal/Core/DrupalKernel.php |
Overrides and eliminates this method from the parent class. Do not use. |
ContainerBuilderTest::testMergeLogicException |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerBuilderTest.php |
@covers Symfony\Component\DependencyInjection\ContainerBuilder::merge
@expectedException LogicException |
ProjectServiceContainer::getDefaultParameters |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services8.php |
Gets the default parameters. |
ProjectServiceContainer::getDefaultParameters |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services10.php |
Gets the default parameters. |
ProjectServiceContainer::getDefaultParameters |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services9.php |
Gets the default parameters. |
ProjectServiceContainer::getDefaultParameters |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services9_compiled.php |
Gets the default parameters. |
KernelForTest::registerContainerConfiguration |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/DataCollector/ConfigDataCollectorTest.php |
Loads the container configuration |
ContainerAwareEventDispatcher::removeListener |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php |
Removes an event listener from the specified events. |
IntrospectableContainerInterface::initialized |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/IntrospectableContainerInterface.php |
Check for whether or not a service has been initialized. |
ContainerInterface::NULL_ON_INVALID_REFERENCE |
constant |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerInterface.php |
|
KernelForTest::registerContainerConfiguration |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Fixtures/KernelForTest.php |
Loads the container configuration |
ContainerBuilderTest::testfindTaggedServiceIds |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerBuilderTest.php |
@covers Symfony\Component\DependencyInjection\ContainerBuilder::findTaggedServiceIds |
ProjectServiceContainer::getMethodCall1Service |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services9.php |
Gets the 'method_call1' service. |
ContainerAwareHttpKernelTest::getProviderTypes |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/DependencyInjection/ContainerAwareHttpKernelTest.php |
|
ProjectServiceContainer::getMethodCall1Service |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services9_compiled.php |
Gets the 'method_call1' service. |
PropertyContainerMetadata::hasPropertyMetadata |
function |
drupal/core/lib/Drupal/Core/TypedData/Validation/PropertyContainerMetadata.php |
Implements PropertyMetadataContainerInterface::hasPropertyMetadata(). |
PropertyContainerMetadata::getPropertyMetadata |
function |
drupal/core/lib/Drupal/Core/TypedData/Validation/PropertyContainerMetadata.php |
Implements PropertyMetadataContainerInterface::getPropertyMetadata(). |
TaggedContainerInterface::findTaggedServiceIds |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/TaggedContainerInterface.php |
Returns service ids for a given tag. |
KernelInterface::registerContainerConfiguration |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/KernelInterface.php |
Loads the container configuration |
GraphvizDumperTest::testDumpWithFrozenContainer |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Dumper/GraphvizDumperTest.php |
|
ContainerInterface::IGNORE_ON_INVALID_REFERENCE |
constant |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerInterface.php |
|
ContainerTest::testSetDoesNotAllowInactiveScope |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerTest.php |
@expectedException \RuntimeException |
ContainerBuilderTest::testCreateServiceArguments |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerBuilderTest.php |
@covers Symfony\Component\DependencyInjection\ContainerBuilder::createService |
ContainerBuilderTest::testCreateSyntheticService |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerBuilderTest.php |
@covers Symfony\Component\DependencyInjection\ContainerBuilder::createService
@expectedException \RuntimeException |
ProjectServiceContainer::getFooWithInlineService |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services9.php |
Gets the 'foo_with_inline' service. |
ProjectServiceContainer::getFooWithInlineService |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services9_compiled.php |
Gets the 'foo_with_inline' service. |