LayoutRendererEditor::renderBlock |
function |
core/modules/layout/plugins/renderers/layout_renderer_editor.inc |
Render a block using its designated style. |
LayoutRendererEditor::renderBlocks |
function |
core/modules/layout/plugins/renderers/layout_renderer_editor.inc |
Render all prepared blocks, first by dispatching to their plugin's render
callback, then handing that output off to the block's style plugin. |
LayoutRendererStandard::renderBlock |
function |
core/modules/layout/plugins/renderers/layout_renderer_standard.inc |
Render a block using its designated style. |
LayoutRendererStandard::renderBlocks |
function |
core/modules/layout/plugins/renderers/layout_renderer_standard.inc |
Render all prepared blocks, first by dispatching to their plugin's render
callback, then handing that output off to the block's style plugin. |