@file Class that holds information relating to a layout's context.
Hierarchy
- class LayoutHandler
- class LayoutContext
Expanded class hierarchy of LayoutContext
File
- core/
modules/ layout/ plugins/ context/ layout_context.inc, line 6 - Class that holds information relating to a layout's context.
Members
Name | Modifiers | Type | Description |
---|---|---|---|
LayoutContext:: |
function | Settings form for configuring this context item. | |
LayoutContext:: |
function | Submit handler for the settings form for this context item. | |
LayoutContext:: |
function | Validate handler for the settings form for this context item. | |
LayoutContext:: |
function | Return a summary for this context. | |
LayoutContext:: |
function | Check if this context matches a plugin name. | |
LayoutContext:: |
function |
Assemble a human-readable label of this object. Overrides LayoutHandler:: |
|
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:: |
abstract | function | Return the indicator for this context, i.e. "entity", "string". |
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 | |
LayoutContext:: |
function |
Constructor for LayoutContext objects. Overrides LayoutHandler:: |
|
LayoutHandler:: |
function | Convert this object's properties to an array. |