You are here

public function MeanMenu::defaultConfiguration in Responsive Menus 8

Gets default configuration for this plugin.

Return value

array An associative array with the default configuration.

Overrides ConfigurableInterface::defaultConfiguration

File

src/Plugin/ResponsiveMenus/MeanMenu.php, line 207

Class

MeanMenu
Defines the "mean_menu" plugin.

Namespace

Drupal\responsive_menus\Plugin\ResponsiveMenus

Code

public function defaultConfiguration() {

  // TODO: Implement defaultConfiguration() method.
}