Loading core/modules/block_content/src/BlockContentViewBuilder.php +7 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
core/modules/block_content/src/BlockContentViewBuilder.php +7 −0 Original line number Diff line number Diff line Loading @@ -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