Doesn't work with views in the menu's
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #2902303. -->
Reported by: [Kaz de Groot](https://www.drupal.org/user/1879046)
>>>
<p>Because this module attempts to link entities based on the assumption that the plugin_id can be deconstructed into an entity type and uuid by splitting on ':', it breaks when working with menu items that have different plugin id structures, like views, where the first part doesn't map to the entity type, and the second isn't an uuid.</p>
<p>I tried to resolve this myself, so I could include a patch, but there I couldn't find a generic function to map plugin_id's to initialized entities.</p>
<h2>Steps to reproduce</h2>
<ul>
<li>Create a view with a page display and a menu link in a menu tracked by Menu Entity Index.</li>
<li>Create a menu link that targets an entity tracked by Menu Entity Index as a child menu link of the view's menu link.</li>
</ul>
issue