Search for bubble
- Search 7.x for bubble
 - Search 8.9.x for bubble
 - Search 10.3.x for bubble
 - Search 11.x for bubble
 - Other projects
 
| Title | Object type | File name | Summary | 
|---|---|---|---|
| ActionsTest::testDropbuttonWithBubbleableMetadata | function | core/ | 
                                                                                        |
| BubbleableMetadata | class | core/ | 
                                                                                        Value object used for bubbleable rendering metadata. | 
| BubbleableMetadata.php | file | core/ | 
                                                                                        |
| BubbleableMetadata::addCacheableDependency | function | core/ | 
                                                                                        |
| BubbleableMetadata::applyTo | function | core/ | 
                                                                                        Applies the values of this bubbleable metadata object to a render array. | 
| BubbleableMetadata::createFromObject | function | core/ | 
                                                                                        Creates a bubbleable metadata object from a depended object. | 
| BubbleableMetadata::createFromRenderArray | function | core/ | 
                                                                                        Creates a bubbleable metadata object with values taken from a render array. | 
| BubbleableMetadata::merge | function | core/ | 
                                                                                        Creates a new bubbleable metadata object by merging this one with another. | 
| BubbleableMetadata::mergeAttachments | function | core/ | 
                                                                                        Merges two attachments arrays (which live under the '#attached' key). | 
| BubbleableMetadataTest | class | core/ | 
                                                                                        @coversDefaultClass \Drupal\Core\Render\BubbleableMetadata[[api-linebreak]] @group aggregator @group legacy  | 
              
| BubbleableMetadataTest | class | core/ | 
                                                                                        @coversDefaultClass \Drupal\Core\Render\BubbleableMetadata[[api-linebreak]] @group Render  | 
              
| BubbleableMetadataTest.php | file | core/ | 
                                                                                        |
| BubbleableMetadataTest.php | file | core/ | 
                                                                                        |
| BubbleableMetadataTest::providerTestAddAttachments | function | core/ | 
                                                                                        Provides test data for testAddAttachments(). | 
| BubbleableMetadataTest::providerTestAddCacheableDependency | function | core/ | 
                                                                                        Provides test data for testMerge(). | 
| BubbleableMetadataTest::providerTestApplyTo | function | core/ | 
                                                                                        Provides test data for testApplyTo(). | 
| BubbleableMetadataTest::providerTestCreateFromRenderArray | function | core/ | 
                                                                                        Provides test data for createFromRenderArray(). | 
| BubbleableMetadataTest::providerTestMerge | function | core/ | 
                                                                                        Provides test data for testMerge(). | 
| BubbleableMetadataTest::providerTestMergeAttachmentsFeedMerging | function | core/ | 
                                                                                        Data provider for testMergeAttachmentsFeedMerging. | 
| BubbleableMetadataTest::providerTestMergeAttachmentsHtmlHeadLinkMerging | function | core/ | 
                                                                                        Data provider for testMergeAttachmentsHtmlHeadLinkMerging. | 
| BubbleableMetadataTest::providerTestMergeAttachmentsHtmlHeadMerging | function | core/ | 
                                                                                        Data provider for testMergeAttachmentsHtmlHeadMerging. | 
| BubbleableMetadataTest::providerTestMergeAttachmentsHttpHeaderMerging | function | core/ | 
                                                                                        Data provider for testMergeAttachmentsHttpHeaderMerging. | 
| BubbleableMetadataTest::testAddAttachments | function | core/ | 
                                                                                        @covers ::addAttachments[[api-linebreak]] @covers ::setAttachments[[api-linebreak]] @dataProvider providerTestAddAttachments  | 
              
| BubbleableMetadataTest::testAddCacheableDependency | function | core/ | 
                                                                                        @covers ::addCacheableDependency[[api-linebreak]] @dataProvider providerTestMerge  | 
              
| BubbleableMetadataTest::testApplyTo | function | core/ | 
                                                                                        @covers ::applyTo[[api-linebreak]] @dataProvider providerTestApplyTo  | 
              
| BubbleableMetadataTest::testCreateFromRenderArray | function | core/ | 
                                                                                        @covers ::createFromRenderArray[[api-linebreak]] @dataProvider providerTestCreateFromRenderArray  | 
              
| BubbleableMetadataTest::testMerge | function | core/ | 
                                                                                        @covers ::merge[[api-linebreak]] @dataProvider providerTestMerge  | 
              
| BubbleableMetadataTest::testMergeAttachmentsFeedMerging | function | core/ | 
                                                                                        Tests feed asset merging. | 
| BubbleableMetadataTest::testMergeAttachmentsHtmlHeadLinkMerging | function | core/ | 
                                                                                        Tests html_head_link asset merging. | 
| BubbleableMetadataTest::testMergeAttachmentsHtmlHeadMerging | function | core/ | 
                                                                                        Tests html_head asset merging. | 
| BubbleableMetadataTest::testMergeAttachmentsHttpHeaderMerging | function | core/ | 
                                                                                        Tests http_header asset merging. | 
| BubbleableMetadataTest::testMergeAttachmentsLibraryMerging | function | core/ | 
                                                                                        Tests library asset merging. | 
| CacheWebTest::testDisplayWithoutCacheStillBubblesMetadata | function | core/ | 
                                                                                        Tests that a display without caching still contains the cache metadata. | 
| LinkGeneratorTest::testGenerateBubbleableMetadata | function | core/ | 
                                                                                        Tests the LinkGenerator's support for collecting bubbleable metadata. | 
| MetadataBubblingUrlGenerator::bubble | function | core/ | 
                                                                                        Bubbles the bubbleable metadata to the current render context. | 
| MetadataBubblingUrlGeneratorTest::providerUrlBubbleableMetadataBubbling | function | core/ | 
                                                                                        Data provider for ::testUrlBubbleableMetadataBubbling(). | 
| MetadataBubblingUrlGeneratorTest::testUrlBubbleableMetadataBubbling | function | core/ | 
                                                                                        Tests bubbling of cacheable metadata for URLs. | 
| RenderContext::bubble | function | core/ | 
                                                                                        Bubbles the stack. | 
| Renderer::mergeBubbleableMetadata | function | core/ | 
                                                                                        Merges the bubbleable rendering metadata o/t 2nd render array with the 1st. | 
| RendererInterface::mergeBubbleableMetadata | function | core/ | 
                                                                                        Merges the bubbleable rendering metadata o/t 2nd render array with the 1st. | 
| TestController::tokenReplaceWithoutPassedBubbleableMetadata | function | core/ | 
                                                                                        Provides a token replacement with a node as well as the current user. | 
| TokenTest::testReplaceWithBubbleableMetadataObject | function | core/ | 
                                                                                        @covers ::replace[[api-linebreak]] | 
| TokenTest::testReplaceWithHookTokensAlterWithBubbleableMetadata | function | core/ | 
                                                                                        @covers ::replace[[api-linebreak]] @covers ::replace[[api-linebreak]]  | 
              
| TokenTest::testReplaceWithHookTokensWithBubbleableMetadata | function | core/ | 
                                                                                        @covers ::replace[[api-linebreak]] | 
| TwigExtension::bubbleArgMetadata | function | core/ | 
                                                                                        Bubbles Twig template argument's cacheability & attachment metadata. | 
| UrlBubbleableMetadataBubblingTest | class | core/ | 
                                                                                        Tests that URL bubbleable metadata is correctly bubbled. | 
| UrlBubbleableMetadataBubblingTest.php | file | core/ | 
                                                                                        |
| UrlBubbleableMetadataBubblingTest::$defaultTheme | property | core/ | 
                                                                                        The theme to install as the default for testing. | 
| UrlBubbleableMetadataBubblingTest::$modules | property | core/ | 
                                                                                        Modules to enable. | 
| UrlBubbleableMetadataBubblingTest::setUp | function | core/ | 
                                                                                        
Pagination
- Page 1
 - Next page
 
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.