You are here

abstract public function DashboardBase::buildRenderArray in Dashboards with Layout Builder 8

Same name and namespace in other branches
  1. 2.0.x src/Plugin/DashboardBase.php \Drupal\dashboards\Plugin\DashboardBase::buildRenderArray()

Build render array.

Parameters

array $configuration: Plugin configuration.

Return value

array Return render array.

8 methods override DashboardBase::buildRenderArray()
Account::buildRenderArray in src/Plugin/Dashboard/Account.php
Build render array.
AddContentMenu::buildRenderArray in src/Plugin/Dashboard/AddContentMenu.php
Build render array.
Comments::buildRenderArray in modules/dashboards_comments/src/Plugin/Dashboard/Comments.php
Build render array.
DashboardLazyBuildBase::buildRenderArray in src/Plugin/DashboardLazyBuildBase.php
Build render array.
MostReaded::buildRenderArray in modules/dashboards_statistic/src/Plugin/Dashboard/MostReaded.php
Build render array.

... See full list

File

src/Plugin/DashboardBase.php, line 54

Class

DashboardBase
Base class for Dashboard plugins.

Namespace

Drupal\dashboards\Plugin

Code

public abstract function buildRenderArray(array $configuration) : array;