@file Layout context handler for entities.
Hierarchy
- class LayoutHandler
- class LayoutContext
- class EntityLayoutContext
- class LayoutContext
Expanded class hierarchy of EntityLayoutContext
File
- core/
modules/ layout/ plugins/ context/ entity_layout_context_handler.inc, line 6 - Layout context handler for entities.
Members
Name | Modifiers | Type | Description |
---|---|---|---|
EntityLayoutContext:: |
protected | property | The entity type for this context. |
EntityLayoutContext:: |
function |
Settings form for configuring this context item. Overrides LayoutContext:: |
|
EntityLayoutContext:: |
function |
Submit handler for the settings form for this context item. Overrides LayoutContext:: |
|
EntityLayoutContext:: |
function |
Validate handler for the settings form for this context item. Overrides LayoutContext:: |
|
EntityLayoutContext:: |
function |
Return a summary for this context. Overrides LayoutContext:: |
|
EntityLayoutContext:: |
function |
Assemble a human-readable label of this object. Overrides LayoutContext:: |
|
EntityLayoutContext:: |
function |
Return the indicator for this context, i.e. "entity", "string". Overrides LayoutContext:: |
|
EntityLayoutContext:: |
function |
Constructor for LayoutContext objects. Overrides LayoutContext:: |
|
LayoutContext:: |
function | Check if this context matches a plugin name. | |
LayoutContext:: |
function | Set the data for this context. | |
LayoutContext:: |
public | function | Set the context data from the router item. |
LayoutContext:: |
function | Set the context data from the router item map. | |
LayoutContext:: |
constant | All possible context types. | |
LayoutContext:: |
constant | Declares a LayoutContext to be a manually specified custom context. | |
LayoutContext:: |
constant | Declares a LayoutContext to be provided based on a menu item or path. | |
LayoutContext:: |
constant | Declares a LayoutContext is provided by a relationship to another context. | |
LayoutContext:: |
constant | Declares a LayoutContext to be a system-wide context | |
LayoutHandler:: |
function | Convert this object's properties to an array. |