1 dashboard_layout_context.inc DashboardLayoutContext::label()

Assemble a human-readable label of this object.

Overrides LayoutContext::label

File

core/modules/dashboard/includes/dashboard_layout_context.inc, line 19
Layout context handler for entities.

Class

DashboardLayoutContext
@file Layout context handler for entities.

Code

function label() {
  return t('Dashboard');
}