LayoutMenuItem::reassign |
core/modules/layout/includes/layout_menu_item.class.inc |
Rename this menu item to match the most appropriate layout at the same path. |
LayoutMenuItem::resetContexts |
core/modules/layout/includes/layout_menu_item.class.inc |
Reset the internally stored contexts. |
LayoutMenuItem::revert |
core/modules/layout/includes/layout_menu_item.class.inc |
Revert a menu item back to its module-provided default. |
LayoutMenuItem::save |
core/modules/layout/includes/layout_menu_item.class.inc |
Save a menu item configuration. |
LayoutMenuItem::__construct |
core/modules/layout/includes/layout_menu_item.class.inc |
Constructor for LayoutMenuItems. |
LayoutOverridesPathContext::label |
core/modules/layout/plugins/context/layout_context.inc |
Assemble a human-readable label of this object. |
LayoutOverridesPathContext::type |
core/modules/layout/plugins/context/layout_context.inc |
Return the indicator for this context, i.e. "entity", "string". |
LayoutPathTest::setUp |
core/modules/layout/tests/layout.test |
Set up environment. |
LayoutPathTest::testLayoutPath |
core/modules/layout/tests/layout.test |
Tests that null paths (in default layouts) don't cause problems. |
LayoutRelationship::form |
core/modules/layout/plugins/relationships/layout_relationship.inc |
Form. |
LayoutRelationship::formSubmit |
core/modules/layout/plugins/relationships/layout_relationship.inc |
Submit handler for the settings form for this relationship item. |
LayoutRelationship::formValidate |
core/modules/layout/plugins/relationships/layout_relationship.inc |
Validate handler for the settings form for this relationship item. |
LayoutRelationship::getAdminSummary |
core/modules/layout/plugins/relationships/layout_relationship.inc |
Return a summary for this relationship. |
LayoutRelationship::getChild |
core/modules/layout/plugins/relationships/layout_relationship.inc |
Return child relationship plugins. |
LayoutRelationship::getChildren |
core/modules/layout/plugins/relationships/layout_relationship.inc |
Return child relationship plugins. |
LayoutRelationship::getContext |
core/modules/layout/plugins/relationships/layout_relationship.inc |
Get the context from this relationship. |
LayoutRelationship::getOptionLabels |
core/modules/layout/plugins/relationships/layout_relationship.inc |
Returns an array of appropriate contexts for this relationship. |
LayoutRelationship::label |
core/modules/layout/plugins/relationships/layout_relationship.inc |
Assemble a human-readable label of this object. |
LayoutRelationship::toArray |
core/modules/layout/plugins/relationships/layout_relationship.inc |
Convert the configuration of this relationship to an array for storage. |
LayoutRelationship::__construct |
core/modules/layout/plugins/relationships/layout_relationship.inc |
Constructor for LayoutRelationship objects. |
LayoutRelationshipAuthorFromNode::getAdminSummary |
core/modules/layout/plugins/relationships/author_from_node.inc |
Return a summary for this relationship. |
LayoutRelationshipAuthorFromNode::getContext |
core/modules/layout/plugins/relationships/author_from_node.inc |
Get the context from this relationship. |
LayoutRelationshipBroken::getAdminSummary |
core/modules/layout/plugins/relationships/layout_relationship.inc |
Return a summary for this relationship. |
LayoutRelationshipBroken::getContext |
core/modules/layout/plugins/relationships/layout_relationship.inc |
Get the context from this relationship. |
LayoutRelationshipBroken::label |
core/modules/layout/plugins/relationships/layout_relationship.inc |
Assemble a human-readable label of this object. |
LayoutRelationshipBroken::type |
core/modules/layout/plugins/relationships/layout_relationship.inc |
|
LayoutRendererEditor::addMeta |
core/modules/layout/plugins/renderers/layout_renderer_editor.inc |
Attach out-of-band page metadata (e.g., CSS and JS). |
LayoutRendererEditor::getAriaLabel |
core/modules/layout/plugins/renderers/layout_renderer_editor.inc |
Returns an aria label for a block. |
LayoutRendererEditor::getBlockLinks |
core/modules/layout/plugins/renderers/layout_renderer_editor.inc |
Render the links to display when editing a block. |
LayoutRendererEditor::getRegionLinks |
core/modules/layout/plugins/renderers/layout_renderer_editor.inc |
Render the links to display when editing a region. |
LayoutRendererEditor::getUrl |
core/modules/layout/plugins/renderers/layout_renderer_editor.inc |
Short-cut to generate a URL path to a particular action. |
LayoutRendererEditor::render |
core/modules/layout/plugins/renderers/layout_renderer_editor.inc |
Render the entire layout and attach meta data. |
LayoutRendererEditor::renderBlock |
core/modules/layout/plugins/renderers/layout_renderer_editor.inc |
Render a block using its designated style. |
LayoutRendererEditor::renderBlocks |
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. |
LayoutRendererEditor::renderRegion |
core/modules/layout/plugins/renderers/layout_renderer_editor.inc |
Render a single layout region. |
LayoutRendererEditor::renderTitleRegion |
core/modules/layout/plugins/renderers/layout_renderer_editor.inc |
Render the Page Title region in the Layout Editor. |
LayoutRendererEditor::__construct |
core/modules/layout/plugins/renderers/layout_renderer_editor.inc |
Construct the object that will be used to render the layout. |
LayoutRendererFlexible::addMeta |
core/modules/layout/plugins/renderers/layout_renderer_flexible.inc |
Attach page metadata. |
LayoutRendererFlexible::getRowButtons |
core/modules/layout/plugins/renderers/layout_renderer_flexible.inc |
Render the links to display when editing a region. |
LayoutRendererFlexible::render |
core/modules/layout/plugins/renderers/layout_renderer_flexible.inc |
Render the entire editor HTML and attach meta data. |
LayoutRendererFlexible::renderEditor |
core/modules/layout/plugins/renderers/layout_renderer_flexible.inc |
Perform display-level render operations. |
LayoutRendererFlexible::renderRowButtons |
core/modules/layout/plugins/renderers/layout_renderer_flexible.inc |
Render row dropbuttons. |
LayoutRendererFlexible::__construct |
core/modules/layout/plugins/renderers/layout_renderer_flexible.inc |
Construct the object that will be used to render the editor. |
LayoutRendererStandard::addCss |
core/modules/layout/plugins/renderers/layout_renderer_standard.inc |
Add CSS information to the renderer. |
LayoutRendererStandard::addLibrary |
core/modules/layout/plugins/renderers/layout_renderer_standard.inc |
Add Library information to the renderer. |
LayoutRendererStandard::addMeta |
core/modules/layout/plugins/renderers/layout_renderer_standard.inc |
Attach out-of-band page metadata (e.g., CSS and JS). |
LayoutRendererStandard::ensurePageContentBlock |
core/modules/layout/plugins/renderers/layout_renderer_standard.inc |
Ensure that the page content block is included in the default region. |
LayoutRendererStandard::prepare |
core/modules/layout/plugins/renderers/layout_renderer_standard.inc |
Prepare the attached display for rendering. |
LayoutRendererStandard::prepareBlocks |
core/modules/layout/plugins/renderers/layout_renderer_standard.inc |
Prepare the list of blocks to be rendered, accounting for visibility/access
settings and rendering order. |
LayoutRendererStandard::prepareRegions |
core/modules/layout/plugins/renderers/layout_renderer_standard.inc |
Prepare the list of regions to be rendered. |