You are here

public function ResponsiveMenusSimple::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/ResponsiveMenusSimple.php, line 148

Class

ResponsiveMenusSimple
Defines the "responsive_menus_simple" plugin.

Namespace

Drupal\responsive_menus\Plugin\ResponsiveMenus

Code

public function defaultConfiguration() {

  // TODO: Implement defaultConfiguration() method.
}