public function DashboardBlockBase::getConfiguration in Content Planner 8
Get Configuration passed in by Plugin Manager.
Return value
array The block configuration .
Overrides DashboardBlockInterface::getConfiguration
6 calls to DashboardBlockBase::getConfiguration()
- 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 92
Class
- DashboardBlockBase
- Implements DashboardBlockBase.
Namespace
Drupal\content_plannerCode
public function getConfiguration() {
return $this->configuration;
}