You are here

public function BlockServiceInterface::getDashboardBlocksContents in Opigno dashboard 3.x

Returns blocks contents.

Return value

array The list of dashboard blocks to be rendered.

1 method overrides BlockServiceInterface::getDashboardBlocksContents()
BlockService::getDashboardBlocksContents in src/BlockService.php
Returns blocks contents.

File

src/BlockServiceInterface.php, line 32

Class

BlockServiceInterface
The Opigno dashboard block service definition.

Namespace

Drupal\opigno_dashboard

Code

public function getDashboardBlocksContents() : array;