You are here

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

Class

CodropsResponsiveMulti
Defines the "codrops_responsive_multi" plugin.

Namespace

Drupal\responsive_menus\Plugin\ResponsiveMenus

Code

public function defaultConfiguration() {

  // TODO: Implement defaultConfiguration() method.
}