1.20.x layout_context.inc LayoutContextBroken::type()

Return the indicator for this context, i.e. "entity", "string".

Overrides LayoutContext::type

File

modules/layout/plugins/context/layout_context.inc, line 278
Class that holds information relating to a layouts context.

Class

LayoutContextBroken
A class to be used for contexts whose handler cannot be found.

Code

function type() {
  return 'broken';
}