You are here

public function MatomoReportsBlock::defaultConfiguration in Matomo Reports 8

Overrides BlockPluginTrait::defaultConfiguration

File

src/Plugin/Block/MatomoReportsBlock.php, line 110

Class

MatomoReportsBlock
Provides a 'MatomoReportsBlock' block.

Namespace

Drupal\matomo_reports\Plugin\Block

Code

public function defaultConfiguration() {
  return [] + parent::defaultConfiguration();
}