You are here

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

Class

CodropsGoogleNexus
Defines the "google_nexus" plugin.

Namespace

Drupal\responsive_menus\Plugin\ResponsiveMenus

Code

public function getConfiguration() {

  // TODO: Implement getConfiguration() method.
}