ALT mapping on bulk imports not working
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3553321. -->
Reported by: [marcoscano](https://www.drupal.org/user/1288796)
>>>
<p>When using solutions like Entity Browser + IEF to allow bulk-upload of several images at once, <code>$form_state->get('uploaded_entities')</code> will return all entities uploaded by the user, but the process callback needs to figure out which one is the entity being processed in that particular call. Otherwise we store the same `ALT` property in all of the images.</p>
issue