A test renderer.

Hierarchy

Expanded class hierarchy of LayoutTestRenderer

File

modules/layout/tests/layout_test/layout_test_renderer.inc, line 6

Members

Contains filters are case sensitive
Name Modifiers Type Descriptionsort ascending
LayoutRendererStandard::$page_title protected property The title that should be displayed on the page.
LayoutTestRenderer::renderRegion function Simply changes the page title. Overrides LayoutRendererStandard::renderRegion
LayoutRendererStandard::render function Render the entire layout and attach meta data.
LayoutRendererStandard::renderRegions function Render all prepared regions, placing already-rendered blocks into their appropriate positions therein.
LayoutRendererStandard::renderBlocks 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::renderBlock function Render a block using its designated style.
LayoutRendererStandard::prepareRegions function Prepare the list of regions to be rendered.
LayoutRendererStandard::prepareBlocks function Prepare the list of blocks to be rendered, accounting for visibility/access settings and rendering order.
LayoutRendererStandard::prepare function Prepare the attached display for rendering.
LayoutRendererStandard::renderLayout function Perform display/layout-level render operations.
LayoutRendererStandard::ensurePageContentBlock function Ensure that the page content block is included in the default region.
LayoutRendererStandard::__construct function Construct the object that will be used to render the layout.
LayoutRendererStandard::addMeta function Attach out-of-band page metadata (e.g., CSS and JS).
LayoutRendererStandard::addLibrary function Add Library information to the renderer.
LayoutRendererStandard::addCss function Add CSS information to the renderer.