Problem/Motivation
If you go to the Field List page (admin/reports/fields) you will see that the USED IN column don't have the bundles labels in alphabetical order, so sometimes is a little difficult to find an information if we have a field shared between many bundles.
Proposed resolution
Sort the USED IN column using the sort()
function.
Remaining tasks
Ensure the patches still apply and reroll (against 11.x) if necessary
Create a change record
User interface changes
The USED IN column will have the bundle labels in an alphabetical order.
API changes
Added function getFieldStorageBundles
Data model changes
None.