Unnecessary multiple calls of _gin_get_route_entity() in gin_preprocess_breadcrumb
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3396040. --> Reported by: [nicolasgraph](https://www.drupal.org/user/3594203) Related to !324 >>> <p>In <code>gin_preprocess_breadcrumb()</code>, the <code>_gin_get_route_entity()</code> call is in the foreach loop but does not use the iterator variables, doing the same multiple times.<br> We just need to take it out of the loop.</p>
issue