public function BusinessRulesDebugBlock::defaultConfiguration in Business Rules 2.x
Same name and namespace in other branches
- 8 src/Plugin/Block/BusinessRulesDebugBlock.php \Drupal\business_rules\Plugin\Block\BusinessRulesDebugBlock::defaultConfiguration()
Overrides BlockPluginTrait::defaultConfiguration
File
- src/
Plugin/ Block/ BusinessRulesDebugBlock.php, line 65
Class
- BusinessRulesDebugBlock
- Class BusinessRulesDebugBlock.
Namespace
Drupal\business_rules\Plugin\BlockCode
public function defaultConfiguration() {
return [
'label_display' => FALSE,
];
}