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\ResponsiveMenusCode
public function getConfiguration() {
// TODO: Implement getConfiguration() method.
}