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

Assemble a human-readable label of this object.

Overrides LayoutRelationship::label

File

modules/layout/plugins/relationships/layout_relationship.inc, line 189
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 label() {
  return t('Broken or missing relationship (@plugin)', array('@plugin' => $this->plugin));
}