1 layout_context.inc LayoutStringContext::label()

Assemble a human-readable label of this object.

Overrides LayoutContext::label

File

core/modules/layout/plugins/context/layout_context.inc, line 401
Class that holds information relating to a layout's context.

Class

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

Code

function label() {
  return t('String pass-through');
}