Search for container

  1. Search 7.x for container
  2. Search 9.5.x for container
  3. Search 10.3.x for container
  4. Search 11.x for container
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Container class core/lib/Drupal/Core/Render/Element/Container.php Provides a render element that wraps child elements in a container.
Container class core/lib/Drupal/Core/DependencyInjection/Container.php Extends the Drupal container to set the service ID on the created object.
Container class core/lib/Drupal/Component/DependencyInjection/Container.php Provides a container optimized for Drupal's needs.

All search results

Title Object type File name Summary
TaggedHandlersPassTest::buildContainer function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php
template_preprocess_container function core/includes/theme.inc Prepares variables for container templates.
TestBase::$originalContainer property core/modules/simpletest/src/TestBase.php The original container.
TestContainerDerivativeDiscovery class core/tests/Drupal/Tests/Core/Plugin/Discovery/TestContainerDerivativeDiscovery.php Defines container test derivative discovery.
TestContainerDerivativeDiscovery.php file core/tests/Drupal/Tests/Core/Plugin/Discovery/TestContainerDerivativeDiscovery.php
TestContainerDerivativeDiscovery::create function core/tests/Drupal/Tests/Core/Plugin/Discovery/TestContainerDerivativeDiscovery.php Creates a new class instance.
TestContainerDerivativeDiscovery::__construct function core/tests/Drupal/Tests/Core/Plugin/Discovery/TestContainerDerivativeDiscovery.php Constructs a TestContainerDerivativeDiscovery object.
TestSetupTrait::$container property core/lib/Drupal/Core/Test/TestSetupTrait.php The dependency injection container used in the test.
ThemeNegotiatorTest::$container property core/tests/Drupal/Tests/Core/Theme/ThemeNegotiatorTest.php The container builder.
ThemeTestSubscriber::$container property core/modules/system/tests/modules/theme_test/src/EventSubscriber/ThemeTestSubscriber.php The used container.
UncaughtExceptionTest::testErrorContainer function core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php Tests a container which has an error.
UncaughtExceptionTest::testExceptionContainer function core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php Tests a container which has an exception really early.
UnitTestCase::getContainerWithCacheTagsInvalidator function core/tests/Drupal/Tests/UnitTestCase.php Sets up a container with a cache tags invalidator.
UpdateKernel::cacheDrupalContainer function core/lib/Drupal/Core/Update/UpdateKernel.php Stores the container definition in a cache.
UpdateKernel::initializeContainer function core/lib/Drupal/Core/Update/UpdateKernel.php Initializes the service container.
UrlTest::$container property core/tests/Drupal/Tests/Core/UrlTest.php
views-ui-container.html.twig file core/themes/stable/templates/admin/views-ui-container.html.twig Theme override for a generic views UI container/wrapper.
views-ui-container.html.twig file core/modules/views_ui/templates/views-ui-container.html.twig Default theme implementation for a generic views UI container/wrapper.
ViewsTest::$container property core/modules/views/tests/src/Unit/ViewsTest.php The test container.
views_theme_suggestions_container_alter function core/modules/views/views.module Implements hook_theme_suggestions_HOOK_alter().
ViewUIConverter::$container property core/modules/views_ui/src/ProxyClass/ParamConverter/ViewUIConverter.php The service container.
YamlFileLoader::$container property core/lib/Drupal/Core/DependencyInjection/YamlFileLoader.php
ZfExtensionManagerSfContainer class core/lib/Drupal/Component/Bridge/ZfExtensionManagerSfContainer.php Defines a bridge between the Laminas service manager to Symfony container.
ZfExtensionManagerSfContainer.php file core/lib/Drupal/Component/Bridge/ZfExtensionManagerSfContainer.php
ZfExtensionManagerSfContainer::$canonicalNames property core/lib/Drupal/Component/Bridge/ZfExtensionManagerSfContainer.php A local cache of computed canonical names.
ZfExtensionManagerSfContainer::$canonicalNamesReplacements property core/lib/Drupal/Component/Bridge/ZfExtensionManagerSfContainer.php A map of characters to be replaced through strtr.
ZfExtensionManagerSfContainer::$container property core/lib/Drupal/Component/Bridge/ZfExtensionManagerSfContainer.php The service container.
ZfExtensionManagerSfContainer::$prefix property core/lib/Drupal/Component/Bridge/ZfExtensionManagerSfContainer.php The prefix to be used when retrieving plugins from the container.
ZfExtensionManagerSfContainer::$standalone property core/lib/Drupal/Component/Bridge/ZfExtensionManagerSfContainer.php
ZfExtensionManagerSfContainer::canonicalizeName function core/lib/Drupal/Component/Bridge/ZfExtensionManagerSfContainer.php Canonicalize the extension name to a service name.
ZfExtensionManagerSfContainer::get function core/lib/Drupal/Component/Bridge/ZfExtensionManagerSfContainer.php
ZfExtensionManagerSfContainer::has function core/lib/Drupal/Component/Bridge/ZfExtensionManagerSfContainer.php
ZfExtensionManagerSfContainer::setContainer function core/lib/Drupal/Component/Bridge/ZfExtensionManagerSfContainer.php
ZfExtensionManagerSfContainer::setStandalone function core/lib/Drupal/Component/Bridge/ZfExtensionManagerSfContainer.php
ZfExtensionManagerSfContainer::__construct function core/lib/Drupal/Component/Bridge/ZfExtensionManagerSfContainer.php Constructs a ZfExtensionManagerSfContainer object.
ZfExtensionManagerSfContainerTest class core/tests/Drupal/Tests/Component/Bridge/ZfExtensionManagerSfContainerTest.php @coversDefaultClass \Drupal\Component\Bridge\ZfExtensionManagerSfContainer
@group Bridge
ZfExtensionManagerSfContainerTest.php file core/tests/Drupal/Tests/Component/Bridge/ZfExtensionManagerSfContainerTest.php
ZfExtensionManagerSfContainerTest::canonicalizeNameProvider function core/tests/Drupal/Tests/Component/Bridge/ZfExtensionManagerSfContainerTest.php Data provider for testReverseProxyEnabled.
ZfExtensionManagerSfContainerTest::testCanonicalizeName function core/tests/Drupal/Tests/Component/Bridge/ZfExtensionManagerSfContainerTest.php @covers ::canonicalizeName
@dataProvider canonicalizeNameProvider
ZfExtensionManagerSfContainerTest::testGet function core/tests/Drupal/Tests/Component/Bridge/ZfExtensionManagerSfContainerTest.php @covers ::setContainer
@covers ::setStandalone
@covers ::get
ZfExtensionManagerSfContainerTest::testGetContainerException function core/tests/Drupal/Tests/Component/Bridge/ZfExtensionManagerSfContainerTest.php @covers ::get
ZfExtensionManagerSfContainerTest::testHas function core/tests/Drupal/Tests/Component/Bridge/ZfExtensionManagerSfContainerTest.php @covers ::setContainer
@covers ::setStandalone
@covers ::has
ZfExtensionManagerSfContainerTest::testPrefix function core/tests/Drupal/Tests/Component/Bridge/ZfExtensionManagerSfContainerTest.php @covers ::__construct
@covers ::has
@covers ::get
ZfExtensionManagerSfContainerTest::testSetStandaloneException function core/tests/Drupal/Tests/Component/Bridge/ZfExtensionManagerSfContainerTest.php @covers ::setStandalone

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.