Skip to content
Snippets Groups Projects

Issue #3422004 by Grimreaper: Preprocess menu: check array keys

38 files
+ 42
41
Compare changes
  • Side-by-side
  • Inline
Files
38
<?php
declare(strict_types = 1);
declare(strict_types=1);
namespace Drupal\ui_suite_bootstrap\Element;
Loading