public function ThunderPoweredByBlock::defaultConfiguration in Thunder 8.3
Same name and namespace in other branches
- 8.5 src/Plugin/Block/ThunderPoweredByBlock.php \Drupal\thunder\Plugin\Block\ThunderPoweredByBlock::defaultConfiguration()
- 8.2 src/Plugin/Block/ThunderPoweredByBlock.php \Drupal\thunder\Plugin\Block\ThunderPoweredByBlock::defaultConfiguration()
- 8.4 src/Plugin/Block/ThunderPoweredByBlock.php \Drupal\thunder\Plugin\Block\ThunderPoweredByBlock::defaultConfiguration()
- 6.2.x src/Plugin/Block/ThunderPoweredByBlock.php \Drupal\thunder\Plugin\Block\ThunderPoweredByBlock::defaultConfiguration()
- 6.0.x src/Plugin/Block/ThunderPoweredByBlock.php \Drupal\thunder\Plugin\Block\ThunderPoweredByBlock::defaultConfiguration()
- 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\BlockCode
public function defaultConfiguration() {
return [
'label_display' => FALSE,
];
}