You are here

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

Returns all blocks.

Return value

array The list of all block definitions.

1 method overrides BlockServiceInterface::getAllBlocks()
BlockService::getAllBlocks in src/BlockService.php
Returns all blocks.

File

src/BlockServiceInterface.php, line 16

Class

BlockServiceInterface
The Opigno dashboard block service definition.

Namespace

Drupal\opigno_dashboard

Code

public function getAllBlocks() : array;