You are here

public function ResponsiveMenusSimple::getConfiguration in Responsive Menus 8

Gets this plugin's configuration.

Return value

array An array of this plugin's configuration.

Overrides ConfigurableInterface::getConfiguration

File

src/Plugin/ResponsiveMenus/ResponsiveMenusSimple.php, line 126

Class

ResponsiveMenusSimple
Defines the "responsive_menus_simple" plugin.

Namespace

Drupal\responsive_menus\Plugin\ResponsiveMenus

Code

public function getConfiguration() {

  // TODO: Implement getConfiguration() method.
}