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

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

Overrides LayoutContext::type

File

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

Class

LayoutOverridesPathContext
Pass-through context used when an unknown argument is encountered.

Code

function type() {
  return 'overrides_path';
}