public function DashboardBlockBase::build in Content Planner 8
Build the block and return a renderable array.
Return value
array The render array for the block.
Overrides DashboardBlockInterface::build
6 methods override DashboardBlockBase::build()
- ContentStateStatistic::build in modules/
content_kanban/ src/ Plugin/ DashboardBlock/ ContentStateStatistic.php - Build the block and return a renderable array.
- CustomHTMLBlockBase::build in src/
Plugin/ DashboardBlock/ CustomHTMLBlockBase.php - Builds the render array for the block.
- RecentCalendarPublicationsBlock::build in modules/
content_calendar/ src/ Plugin/ DashboardBlock/ RecentCalendarPublicationsBlock.php - Build the block and return a renderable array.
- RecentKanbanActivities::build in modules/
content_kanban/ src/ Plugin/ DashboardBlock/ RecentKanbanActivities.php - Build the block and return a renderable array.
- UserBlock::build in src/
Plugin/ DashboardBlock/ UserBlock.php - Builds the render array for a dashboard block.
File
- src/
DashboardBlockBase.php, line 141
Class
- DashboardBlockBase
- Implements DashboardBlockBase.
Namespace
Drupal\content_plannerCode
public function build() {
return [];
}