-
- Downloads
Issue #2478483 by Wim Leers, Fabianx: Introduce placeholders (#lazy_builder)...
Issue #2478483 by Wim Leers, Fabianx: Introduce placeholders (#lazy_builder) to replace #post_render_cache
parent
c219ec8f
No related branches found
No related tags found
Showing
- core/includes/common.inc 0 additions, 27 deletionscore/includes/common.inc
- core/lib/Drupal/Core/Render/BubbleableMetadata.php 32 additions, 41 deletionscore/lib/Drupal/Core/Render/BubbleableMetadata.php
- core/lib/Drupal/Core/Render/Element/StatusMessages.php 16 additions, 70 deletionscore/lib/Drupal/Core/Render/Element/StatusMessages.php
- core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php 10 additions, 11 deletionscore/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php
- core/lib/Drupal/Core/Render/RenderCache.php 0 additions, 1 deletioncore/lib/Drupal/Core/Render/RenderCache.php
- core/lib/Drupal/Core/Render/Renderer.php 194 additions, 80 deletionscore/lib/Drupal/Core/Render/Renderer.php
- core/lib/Drupal/Core/Render/RendererInterface.php 36 additions, 56 deletionscore/lib/Drupal/Core/Render/RendererInterface.php
- core/modules/ckeditor/ckeditor.module 1 addition, 1 deletioncore/modules/ckeditor/ckeditor.module
- core/modules/comment/comment.services.yml 3 additions, 3 deletionscore/modules/comment/comment.services.yml
- core/modules/comment/src/CommentLazyBuilders.php 34 additions, 116 deletionscore/modules/comment/src/CommentLazyBuilders.php
- core/modules/comment/src/CommentLinkBuilder.php 31 additions, 12 deletionscore/modules/comment/src/CommentLinkBuilder.php
- core/modules/comment/src/CommentViewBuilder.php 11 additions, 19 deletionscore/modules/comment/src/CommentViewBuilder.php
- core/modules/comment/src/Plugin/Field/FieldFormatter/CommentDefaultFormatter.php 10 additions, 17 deletions...c/Plugin/Field/FieldFormatter/CommentDefaultFormatter.php
- core/modules/comment/src/Tests/CommentNewIndicatorTest.php 21 additions, 0 deletionscore/modules/comment/src/Tests/CommentNewIndicatorTest.php
- core/modules/comment/tests/src/Unit/CommentLinkBuilderTest.php 20 additions, 2 deletions...modules/comment/tests/src/Unit/CommentLinkBuilderTest.php
- core/modules/filter/filter.module 2 additions, 2 deletionscore/modules/filter/filter.module
- core/modules/filter/src/FilterProcessResult.php 47 additions, 3 deletionscore/modules/filter/src/FilterProcessResult.php
- core/modules/filter/src/Plugin/FilterInterface.php 3 additions, 3 deletionscore/modules/filter/src/Plugin/FilterInterface.php
- core/modules/filter/src/Tests/FilterAPITest.php 9 additions, 8 deletionscore/modules/filter/src/Tests/FilterAPITest.php
- core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestPlaceholders.php 50 additions, 0 deletions.../filter_test/src/Plugin/Filter/FilterTestPlaceholders.php
Loading
Please register or sign in to comment