You are here

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

Class

MultiLevelPushMenu
Defines the "mlpm" plugin.

Namespace

Drupal\responsive_menus\Plugin\ResponsiveMenus

Code

public function getConfiguration() {

  // TODO: Implement getConfiguration() method.
}