You are here

public static function CodropsGoogleNexus::getSelectorInfo in Responsive Menus 8

Provide UI with plugins selector information.

Overrides ResponsiveMenusPluginBase::getSelectorInfo

File

src/Plugin/ResponsiveMenus/CodropsGoogleNexus.php, line 23

Class

CodropsGoogleNexus
Defines the "google_nexus" plugin.

Namespace

Drupal\responsive_menus\Plugin\ResponsiveMenus

Code

public static function getSelectorInfo() {
  return t('The @ul.  Example: Given <code>@code</code> you would use @use', [
    '@ul' => '<ul>',
    '@code' => '<div id="parent-div"> <ul class="menu"> </ul> </div>',
    '@use' => '<strong>.menu</strong>',
  ]);
}