Skip to content
Snippets Groups Projects

Issue #3500401: Render other attributes in views_display_switch template.

3 files
+ 6
2
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -230,6 +230,9 @@ class DisplaySwitch extends AreaPluginBase {
return [
'#theme' => 'views_display_switch',
'#links' => $links,
'#attributes' => [
'class' => ['views-display-switch'],
],
];
}
Loading