@file Class that holds information relating to a layout's context relationships.

Hierarchy

Expanded class hierarchy of LayoutRelationship

File

modules/layout/plugins/relationships/layout_relationship.inc, line 7
Class that holds information relating to a layout's context relationships.

Members

Contains filters are case sensitive
Name Modifiers Type Descriptionsort descending
LayoutRelationship::label function Assemble a human-readable label of this object. Overrides LayoutHandler::label
LayoutRelationship::__construct function Constructor for LayoutRelationship objects. Overrides LayoutHandler::__construct
LayoutRelationship::toArray function Convert the configuration of this relationship to an array for storage. Overrides LayoutHandler::toArray
LayoutRelationship::form function Form.
LayoutRelationship::getContext abstract function Get the context from this relationship.
LayoutRelationship::getAdminSummary function Return a summary for this relationship.
LayoutRelationship::getChild function Return child relationship plugins.
LayoutRelationship::getChildren function Return child relationship plugins.
LayoutRelationship::getOptionLabels function Returns an array of appropriate contexts for this relationship.
LayoutRelationship::formSubmit function Submit handler for the settings form for this relationship item.
LayoutRelationship::formValidate function Validate handler for the settings form for this relationship item.