You are here

public function CheckboxWithExclude::defaultConfiguration in Block Style Plugins 8

Same name and namespace in other branches
  1. 8.2 tests/modules/block_style_plugins_test/src/Plugin/BlockStyle/CheckboxWithExclude.php \Drupal\block_style_plugins_test\Plugin\BlockStyle\CheckboxWithExclude::defaultConfiguration()

Gets default configuration for this plugin.

Return value

array An associative array with the default configuration.

Overrides BlockStyleBase::defaultConfiguration

File

tests/modules/block_style_plugins_test/src/Plugin/BlockStyle/CheckboxWithExclude.php, line 22

Class

CheckboxWithExclude
Class to demonstrate excluding a block.

Namespace

Drupal\block_style_plugins_test\Plugin\BlockStyle

Code

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