You are here

public function SystemPoweredByBlock::defaultConfiguration in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/system/src/Plugin/Block/SystemPoweredByBlock.php \Drupal\system\Plugin\Block\SystemPoweredByBlock::defaultConfiguration()

Overrides BlockPluginTrait::defaultConfiguration

File

core/modules/system/src/Plugin/Block/SystemPoweredByBlock.php, line 20

Class

SystemPoweredByBlock
Provides a 'Powered by Drupal' block.

Namespace

Drupal\system\Plugin\Block

Code

public function defaultConfiguration() {
  return [
    'label_display' => FALSE,
  ];
}