A test renderer.
Hierarchy
- class LayoutRendererStandard
- class LayoutTestRenderer
Expanded class hierarchy of LayoutTestRenderer
File
- core/
modules/ layout/ tests/ layout_test/ layout_test_renderer.inc, line 6
Members
Name | Modifiers | Type | Description |
---|---|---|---|
LayoutRendererStandard:: |
protected | property | The title that should be displayed on the page. |
LayoutRendererStandard:: |
function | Add CSS information to the renderer. | |
LayoutRendererStandard:: |
function | Add Library information to the renderer. | |
LayoutRendererStandard:: |
function | Attach out-of-band page metadata (e.g., CSS and JS). | |
LayoutRendererStandard:: |
function | Ensure that the page content block is included in the default region. | |
LayoutRendererStandard:: |
function | Prepare the attached display for rendering. | |
LayoutRendererStandard:: |
function | Prepare the list of blocks to be rendered, accounting for visibility/access settings and rendering order. | |
LayoutRendererStandard:: |
function | Prepare the list of regions to be rendered. | |
LayoutRendererStandard:: |
function | Render the entire layout and attach meta data. | |
LayoutRendererStandard:: |
function | Render a block using its designated style. | |
LayoutRendererStandard:: |
function | 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:: |
function | Perform display/layout-level render operations. | |
LayoutRendererStandard:: |
function | Render all prepared regions, placing already-rendered blocks into their appropriate positions therein. | |
LayoutRendererStandard:: |
function | Construct the object that will be used to render the layout. | |
LayoutTestRenderer:: |
function |
Simply changes the page title. Overrides LayoutRendererStandard:: |