public function MultiLevelPushMenu::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/ MultiLevelPushMenu.php, line 317
Class
- MultiLevelPushMenu
- Defines the "mlpm" plugin.
Namespace
Drupal\responsive_menus\Plugin\ResponsiveMenusCode
public function defaultConfiguration() {
// TODO: Implement defaultConfiguration() method.
}