Skip to content
Snippets Groups Projects

Issue #3238915: Refactor (if feasible) uses of the jQuery ready function to use VanillaJS

Closed Issue #3238915: Refactor (if feasible) uses of the jQuery ready function to use VanillaJS
Closed Harumi Jang requested to merge issue/drupal-3238915:3238915-refactor-if-feasible into 9.3.x
1 file
+ 7
0
Compare changes
  • Side-by-side
  • Inline
  • 681597b4
    Issue #2859197 by Wim Leers, Abhijith S, borisson_, lauriii, swentel, joachim:... · 681597b4
    catch authored
    Issue #2859197 by Wim Leers, Abhijith S, borisson_, lauriii, swentel, joachim: Document that block_content entities are not designed to be displayed outside of blocks
@@ -7,6 +7,13 @@
/**
* View builder handler for custom blocks.
*
* Note: Custom blocks (block_content entities) are not designed to be displayed
* outside of blocks! This BlockContentViewBuilder class is designed to be used
* by \Drupal\block_content\Plugin\Block\BlockContentBlock::build() and by
* nothing else.
*
* @see \Drupal\block_content\Plugin\Block\BlockContentBlock
*/
class BlockContentViewBuilder extends EntityViewBuilder {
Loading