You are here

public static function ResponsiveMenusPluginBase::getSelectorInfo in Responsive Menus 8

Provide UI with plugins selector information.

Overrides ResponsiveMenusPluginInterface::getSelectorInfo

6 methods override ResponsiveMenusPluginBase::getSelectorInfo()
CodropsGoogleNexus::getSelectorInfo in src/Plugin/ResponsiveMenus/CodropsGoogleNexus.php
Provide UI with plugins selector information.
CodropsResponsiveMulti::getSelectorInfo in src/Plugin/ResponsiveMenus/CodropsResponsiveMulti.php
Provide UI with plugins selector information.
MeanMenu::getSelectorInfo in src/Plugin/ResponsiveMenus/MeanMenu.php
Provide UI with plugins selector information.
MultiLevelPushMenu::getSelectorInfo in src/Plugin/ResponsiveMenus/MultiLevelPushMenu.php
Provide UI with plugins selector information.
ResponsiveMenusSimple::getSelectorInfo in src/Plugin/ResponsiveMenus/ResponsiveMenusSimple.php
Provide UI with plugins selector information.

... See full list

File

src/ResponsiveMenusPluginBase.php, line 27

Class

ResponsiveMenusPluginBase
Class ResponsiveMenusPluginBase.

Namespace

Drupal\responsive_menus

Code

public static function getSelectorInfo() {
  return '';
}