DashboardEntry

Read onlyYes
FinalYes

Dashboard entry representing a widget instance within a dashboard.

This class encapsulates a dashboard widget instance, providing access to its context, configuration, settings, and rendering capabilities. It serves as a bridge between the dashboard system and individual widget implementations, handling both legacy WidgetInterface and new WidgetRendererInterface widgets.

Each dashboard entry maintains its own widget context with instance-specific settings and provides methods for rendering and configuration management.

Internal

Table of Contents

Properties

$context  : WidgetContext
$renderer  : WidgetRendererInterface|WidgetInterface

Methods

__construct()  : mixed
getDescription()  : string
getEventData()  : array<string|int, mixed>
getHeight()  : string
getIconIdentifier()  : string
getIdentifier()  : string
getRawConfig()  : array<string|int, mixed>
getRequest()  : ServerRequestInterface
getSettings()  : SettingsInterface
getSettingsDefinitions()  : array<string|int, SettingDefinition>
getTitle()  : string
getTransferWidgetConfiguration()  : WidgetConfiguration
getTransferWidgetData()  : WidgetData
getType()  : string
getWidth()  : string
getLanguageService()  : LanguageService
render()  : WidgetResult

Properties

Methods

getDescription()

public getDescription() : string
Return values
string

getEventData()

public getEventData() : array<string|int, mixed>
Return values
array<string|int, mixed>

getHeight()

public getHeight() : string
Return values
string

getIconIdentifier()

public getIconIdentifier() : string
Return values
string

getIdentifier()

public getIdentifier() : string
Return values
string

getRawConfig()

public getRawConfig() : array<string|int, mixed>
Return values
array<string|int, mixed>

getRequest()

public getRequest() : ServerRequestInterface
Return values
ServerRequestInterface

getTitle()

public getTitle() : string
Return values
string

getType()

public getType() : string
Return values
string

getWidth()

public getWidth() : string
Return values
string

        
On this page

Search results