@file Layout context handler for entities.
Hierarchy
- class LayoutHandler
- class LayoutContext
- class DashboardLayoutContext
- class LayoutContext
Expanded class hierarchy of DashboardLayoutContext
File
- core/
modules/ dashboard/ includes/ dashboard_layout_context.inc, line 6 - Layout context handler for entities.
Members
Name | Modifiers | Type | Description |
---|---|---|---|
DashboardLayoutContext:: |
function |
Assemble a human-readable label of this object. Overrides LayoutContext:: |
|
DashboardLayoutContext:: |
function |
Return the indicator for this context. Overrides LayoutContext:: |
|
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 | 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 | |
LayoutContext:: |
function |
Constructor for LayoutContext objects. Overrides LayoutHandler:: |
|
LayoutHandler:: |
function | Convert this object's properties to an array. |