Follow up from #1953414: Move logic of field_read_fields() and field_read_instances() to the storage controller.
API Changes
- You have to use entity_load() or entity_load_multiple_by_properties().
- To fetch deleted fields, grab them from state().
Follow up from #1953414: Move logic of field_read_fields() and field_read_instances() to the storage controller.