You are here

public function BusinessRulesDebugBlock::defaultConfiguration in Business Rules 8

Same name and namespace in other branches
  1. 2.x 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\Block

Code

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