Problem/Motivation
While it appears as though the Administer -> Reports -> Field list hasn't turned into a view yet (I'm assuming this is non-trivial given that there's no native support for creating a view of fields), we should still find a way to make it more usable, whether we do this through Views or not.
For example, I'd like to be able to do the following:
- Sort by field type.
- Filter by field type.
- Increase the number of items on each page.
I found a contrib module that looks like it handles the filtering: Filter Field List
Proposed resolution
Creating a form with two filters by entity_type and field_type.
Remaining tasks
Write patch
Code review
A11Y review
UX Review
Commit
User interface changes
Added two select lists, Entity type and Field type on the admin/reports/fields page
Image may be NSFW.
Clik here to view.
API changes
None
Data model changes
None