1 layout_context.inc LayoutContextBroken::type()

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

Overrides LayoutContext::type

File

core/modules/layout/plugins/context/layout_context.inc, line 369
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 type() {
  return 'broken';
}