You are here

public function DashboardBlockInterface::getConfiguration in Content Planner 8

Get Configuration passed in by Plugin Manager.

Return value

array The block configuration .

1 method overrides DashboardBlockInterface::getConfiguration()
DashboardBlockBase::getConfiguration in src/DashboardBlockBase.php
Get Configuration passed in by Plugin Manager.

File

src/DashboardBlockInterface.php, line 36

Class

DashboardBlockInterface
Defines an interface for dashboard block plugins.

Namespace

Drupal\content_planner

Code

public function getConfiguration();