1 layout_relationship.inc LayoutRelationshipBroken::label()

Assemble a human-readable label of this object.

Overrides LayoutRelationship::label

File

core/modules/layout/plugins/relationships/layout_relationship.inc, line 188
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));
}