1.20.x layout_relationship.inc LayoutRelationshipBroken::type()

File

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

Class

LayoutRelationshipBroken
A class to be used for relationships whose handler cannot be found.

Code

function type() {
  return 'broken';
}