You are here

public function WeMegaMenuBlock::defaultConfiguration in Drupal Mega Menu 8

Same name and namespace in other branches
  1. 8.x src/Plugin/Block/WeMegaMenuBlock.php \Drupal\we_megamenu\Plugin\Block\WeMegaMenuBlock::defaultConfiguration()

Overrides BlockPluginTrait::defaultConfiguration

File

src/Plugin/Block/WeMegaMenuBlock.php, line 42

Class

WeMegaMenuBlock
Provides a 'Drupal 8 Mega Menu' Block.

Namespace

Drupal\we_megamenu\Plugin\Block

Code

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