1 layout_context.inc | LayoutContextBroken::label() |
Assemble a human-readable label of this object.
Overrides LayoutContext::label
File
- core/
modules/ layout/ plugins/ context/ layout_context.inc, line 373 - Class that holds information relating to a layout's context.
Class
- LayoutContextBroken
- A class to be used for contexts whose handler cannot be found.
Code
function label() {
return t('Broken or missing context (@plugin)', array('@plugin' => $this->plugin));
}