You are here

public function ThunderPoweredByBlock::defaultConfiguration in Thunder 8.3

Same name and namespace in other branches
  1. 8.5 src/Plugin/Block/ThunderPoweredByBlock.php \Drupal\thunder\Plugin\Block\ThunderPoweredByBlock::defaultConfiguration()
  2. 8.2 src/Plugin/Block/ThunderPoweredByBlock.php \Drupal\thunder\Plugin\Block\ThunderPoweredByBlock::defaultConfiguration()
  3. 8.4 src/Plugin/Block/ThunderPoweredByBlock.php \Drupal\thunder\Plugin\Block\ThunderPoweredByBlock::defaultConfiguration()
  4. 6.2.x src/Plugin/Block/ThunderPoweredByBlock.php \Drupal\thunder\Plugin\Block\ThunderPoweredByBlock::defaultConfiguration()
  5. 6.0.x src/Plugin/Block/ThunderPoweredByBlock.php \Drupal\thunder\Plugin\Block\ThunderPoweredByBlock::defaultConfiguration()
  6. 6.1.x src/Plugin/Block/ThunderPoweredByBlock.php \Drupal\thunder\Plugin\Block\ThunderPoweredByBlock::defaultConfiguration()

Overrides BlockPluginTrait::defaultConfiguration

File

src/Plugin/Block/ThunderPoweredByBlock.php, line 20

Class

ThunderPoweredByBlock
Provides a 'Powered by Thunder' block.

Namespace

Drupal\thunder\Plugin\Block

Code

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