public function DashboardBlockInterface::build in Content Planner 8
Build the block and return a renderable array.
Return value
array The render array for the block.
1 method overrides DashboardBlockInterface::build()
- DashboardBlockBase::build in src/
DashboardBlockBase.php - Build the block and return a renderable array.
File
- src/
DashboardBlockInterface.php, line 44
Class
- DashboardBlockInterface
- Defines an interface for dashboard block plugins.
Namespace
Drupal\content_plannerCode
public function build();