function SystemPoweredByBlock::defaultConfiguration
Same name in other branches
- 8.9.x core/modules/system/src/Plugin/Block/SystemPoweredByBlock.php \Drupal\system\Plugin\Block\SystemPoweredByBlock::defaultConfiguration()
- 10 core/modules/system/src/Plugin/Block/SystemPoweredByBlock.php \Drupal\system\Plugin\Block\SystemPoweredByBlock::defaultConfiguration()
- 11.x 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\BlockCode
public function defaultConfiguration() {
return [
'label_display' => FALSE,
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.