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