Problem/Motivation
EntityViewsData should use the table mapping which is the generic abstraction from entity types to tables.
Proposed resolution
* Do it
* Change the unit tests
EntityViewsData should use the table mapping which is the generic abstraction from entity types to tables.
* Do it
* Change the unit tests
Comments
Comment #10
joachim commentedIs this about EntityViewsData doing things like this:
where's it's violating DRY by repeating the construction of default table names?
Probably blocked on #3116481: Convert EntityViewsDataTest from a unit test to a kernel test.