Problem/Motivation
On #2393339: [META] Make sure Views base fields are using Field API for formatting, and do not lose functionality, we are updating all base entity fields in entity views data so that they are using Field API for formatting rather than using generic Views handlers.
This issue is about the Taxonomy module handler 'taxonomy', which is used in taxonomy_term_field_data.name
Proposed resolution
Change this field to use the Field API formatter 'field' instead of the custom formatter. Should also be able to remove the custom formatter from the code base completely.
Remaining tasks
Make a patch.
User interface changes
None.
API changes
Not really.