1 layout_context.inc | LayoutStringContext::type() |
Return the indicator for this context, i.e. "entity", "string".
Overrides LayoutContext::type
File
- core/
modules/ layout/ plugins/ context/ layout_context.inc, line 397 - Class that holds information relating to a layout's context.
Class
- LayoutStringContext
- Pass-through context used when an unknown argument is encountered.
Code
function type() {
return 'string';
}