Search for bubble

  1. Search 7.x for bubble
  2. Search 9.5.x for bubble
  3. Search 8.9.x for bubble
  4. Search 10.3.x for bubble
  5. Other projects
Title Object type File name Summary
ActionsTest::testDropbuttonWithBubbleableMetadata function core/tests/Drupal/KernelTests/Core/Render/Element/ActionsTest.php
BubbleableMetadata class core/lib/Drupal/Core/Render/BubbleableMetadata.php Value object used for bubbleable rendering metadata.
BubbleableMetadata.php file core/lib/Drupal/Core/Render/BubbleableMetadata.php
BubbleableMetadata::addCacheableDependency function core/lib/Drupal/Core/Render/BubbleableMetadata.php
BubbleableMetadata::applyTo function core/lib/Drupal/Core/Render/BubbleableMetadata.php Applies the values of this bubbleable metadata object to a render array.
BubbleableMetadata::createFromObject function core/lib/Drupal/Core/Render/BubbleableMetadata.php Creates a bubbleable metadata object from a depended object.
BubbleableMetadata::createFromRenderArray function core/lib/Drupal/Core/Render/BubbleableMetadata.php Creates a bubbleable metadata object with values taken from a render array.
BubbleableMetadata::merge function core/lib/Drupal/Core/Render/BubbleableMetadata.php Creates a new bubbleable metadata object by merging this one with another.
BubbleableMetadata::mergeAttachments function core/lib/Drupal/Core/Render/BubbleableMetadata.php Merges two attachments arrays (which live under the '#attached' key).
BubbleableMetadataTest class core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php @coversDefaultClass \Drupal\Core\Render\BubbleableMetadata
@group Render
BubbleableMetadataTest.php file core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php
BubbleableMetadataTest::providerTestAddAttachments function core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php Provides test data for testAddAttachments().
BubbleableMetadataTest::providerTestAddCacheableDependency function core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php Provides test data for testMerge().
BubbleableMetadataTest::providerTestApplyTo function core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php Provides test data for testApplyTo().
BubbleableMetadataTest::providerTestCreateFromRenderArray function core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php Provides test data for createFromRenderArray().
BubbleableMetadataTest::providerTestMerge function core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php Provides test data for testMerge().
BubbleableMetadataTest::providerTestMergeAttachmentsHtmlHeadLinkMerging function core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php Data provider for testMergeAttachmentsHtmlHeadLinkMerging.
BubbleableMetadataTest::providerTestMergeAttachmentsHtmlHeadMerging function core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php Data provider for testMergeAttachmentsHtmlHeadMerging.
BubbleableMetadataTest::providerTestMergeAttachmentsHttpHeaderMerging function core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php Data provider for testMergeAttachmentsHttpHeaderMerging.
BubbleableMetadataTest::testAddAttachments function core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php Tests addAttachments().
BubbleableMetadataTest::testAddCacheableDependency function core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php Tests addCacheableDependency().
BubbleableMetadataTest::testApplyTo function core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php @covers ::applyTo
@dataProvider providerTestApplyTo
BubbleableMetadataTest::testCreateFromRenderArray function core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php @covers ::createFromRenderArray
@dataProvider providerTestCreateFromRenderArray
BubbleableMetadataTest::testMerge function core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php Tests merge().
BubbleableMetadataTest::testMergeAttachmentsHtmlHeadLinkMerging function core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php Tests html_head_link asset merging.
BubbleableMetadataTest::testMergeAttachmentsHtmlHeadMerging function core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php Tests html_head asset merging.
BubbleableMetadataTest::testMergeAttachmentsHttpHeaderMerging function core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php Tests http_header asset merging.
BubbleableMetadataTest::testMergeAttachmentsLibraryMerging function core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php Tests library asset merging.
CacheWebTest::testDisplayWithoutCacheStillBubblesMetadata function core/modules/views/tests/src/Functional/Plugin/CacheWebTest.php Tests that a display without caching still contains the cache metadata.
LinkGeneratorTest::testGenerateBubbleableMetadata function core/tests/Drupal/Tests/Core/Utility/LinkGeneratorTest.php Tests the LinkGenerator's support for collecting bubbleable metadata.
MetadataBubblingUrlGenerator::bubble function core/lib/Drupal/Core/Render/MetadataBubblingUrlGenerator.php Bubbles the bubbleable metadata to the current render context.
MetadataBubblingUrlGeneratorTest::providerUrlBubbleableMetadataBubbling function core/tests/Drupal/Tests/Core/Render/MetadataBubblingUrlGeneratorTest.php Data provider for ::testUrlBubbleableMetadataBubbling().
MetadataBubblingUrlGeneratorTest::testUrlBubbleableMetadataBubbling function core/tests/Drupal/Tests/Core/Render/MetadataBubblingUrlGeneratorTest.php Tests bubbling of cacheable metadata for URLs.
RenderContext::bubble function core/lib/Drupal/Core/Render/RenderContext.php Bubbles the stack.
Renderer::mergeBubbleableMetadata function core/lib/Drupal/Core/Render/Renderer.php Merges the bubbleable rendering metadata o/t 2nd render array with the 1st.
RendererInterface::mergeBubbleableMetadata function core/lib/Drupal/Core/Render/RendererInterface.php Merges the bubbleable rendering metadata o/t 2nd render array with the 1st.
TestController::tokenReplaceWithoutPassedBubbleableMetadata function core/modules/system/tests/modules/token_test/src/Controller/TestController.php Provides a token replacement with a node as well as the current user.
TokenTest::testReplaceWithBubbleableMetadataObject function core/tests/Drupal/Tests/Core/Utility/TokenTest.php @covers ::replace
TokenTest::testReplaceWithHookTokensAlterWithBubbleableMetadata function core/tests/Drupal/Tests/Core/Utility/TokenTest.php @covers ::replace
@covers ::replace
TokenTest::testReplaceWithHookTokensWithBubbleableMetadata function core/tests/Drupal/Tests/Core/Utility/TokenTest.php @covers ::replace
TwigExtension::bubbleArgMetadata function core/lib/Drupal/Core/Template/TwigExtension.php Bubbles Twig template argument's cacheability & attachment metadata.
UrlBubbleableMetadataBubblingTest class core/modules/system/tests/src/Functional/Render/UrlBubbleableMetadataBubblingTest.php Tests that URL bubbleable metadata is correctly bubbled.
UrlBubbleableMetadataBubblingTest.php file core/modules/system/tests/src/Functional/Render/UrlBubbleableMetadataBubblingTest.php
UrlBubbleableMetadataBubblingTest::$defaultTheme property core/modules/system/tests/src/Functional/Render/UrlBubbleableMetadataBubblingTest.php The theme to install as the default for testing.
UrlBubbleableMetadataBubblingTest::$modules property core/modules/system/tests/src/Functional/Render/UrlBubbleableMetadataBubblingTest.php Modules to enable.
UrlBubbleableMetadataBubblingTest::setUp function core/modules/system/tests/src/Functional/Render/UrlBubbleableMetadataBubblingTest.php
UrlBubbleableMetadataBubblingTest::testUrlBubbleableMetadataBubbling function core/modules/system/tests/src/Functional/Render/UrlBubbleableMetadataBubblingTest.php Tests that URL bubbleable metadata is correctly bubbled.
UrlTest::testLinkBubbleableMetadata function core/modules/system/tests/src/Kernel/Common/UrlTest.php Tests that #type=link bubbles outbound route/path processors' metadata.

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