You are here

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

Class

CodropsResponsiveMulti
Defines the "codrops_responsive_multi" plugin.

Namespace

Drupal\responsive_menus\Plugin\ResponsiveMenus

Code

public function getConfiguration() {

  // TODO: Implement getConfiguration() method.
}