1 dashboard_layout_context.inc | DashboardLayoutContext::type() |
Return the indicator for this context.
Overrides LayoutContext::type
File
- core/
modules/ dashboard/ includes/ dashboard_layout_context.inc, line 12 - Layout context handler for entities.
Class
- DashboardLayoutContext
- @file Layout context handler for entities.
Code
function type() {
return 'dashboard';
}