public function ForumBlockBase::defaultConfiguration in Drupal 9
Same name and namespace in other branches
- 8 core/modules/forum/src/Plugin/Block/ForumBlockBase.php \Drupal\forum\Plugin\Block\ForumBlockBase::defaultConfiguration()
Overrides BlockPluginTrait::defaultConfiguration
File
- core/
modules/ forum/ src/ Plugin/ Block/ ForumBlockBase.php, line 45
Class
- ForumBlockBase
- Provides a base class for Forum blocks.
Namespace
Drupal\forum\Plugin\BlockCode
public function defaultConfiguration() {
return [
'properties' => [
'administrative' => TRUE,
],
'block_count' => 5,
];
}