Skip to content
Snippets Groups Projects

Resolve #3466924 "Drupal 10 compatibility"

Open Erik Rauch requested to merge issue/mmenu-3466924:3466924-drupal-10-compatibility into 2.1.x
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -24,7 +24,7 @@ class PrimaryNavigation extends BlockBase {
$block = [
'#type' => 'markup',
'#markup' => render($render_array),
'#markup' => \Drupal::service('renderer')->render($render_array),
];
return $block;
}
Loading